You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OnPressMenuItemEventObject type comes from the react-native-ios-context-menu dependency, which does not have a isUsingActionSheetFallback property as of (at least) the latest version, 3.1.0.
I don't really know what isUsingActionSheetFallback is actually for in the context of the dropdown/context menus -- I can't find an example of it being used anywhere. It may be safe to simply remove from the spec of these components.
The text was updated successfully, but these errors were encountered:
With a fresh installation of
ContextMenu
andDropdownMenu
, I the following type error inDropdownMenu.ios.tsx
:Here is the full context of this error:
The
OnPressMenuItemEventObject
type comes from thereact-native-ios-context-menu
dependency, which does not have aisUsingActionSheetFallback
property as of (at least) the latest version, 3.1.0.I don't really know what
isUsingActionSheetFallback
is actually for in the context of the dropdown/context menus -- I can't find an example of it being used anywhere. It may be safe to simply remove from the spec of these components.The text was updated successfully, but these errors were encountered: