diff --git a/packages/react-native/React/Views/RCTCursor.m b/packages/react-native/React/Views/RCTCursor.m index cf80dda1552581..05575465fbef9e 100644 --- a/packages/react-native/React/Views/RCTCursor.m +++ b/packages/react-native/React/Views/RCTCursor.m @@ -142,7 +142,7 @@ resolvedCursor = [NSCursor operationNotAllowedCursor]; break; case RCTCursorNone: - // Not supported + resolvedCursor = [[NSCursor alloc] initWithImage:[[NSImage alloc] initWithSize:NSMakeSize(1, 1)] hotSpot:NSZeroPoint]; break; case RCTCursorNotAllowed: resolvedCursor = [NSCursor operationNotAllowedCursor];