react-native-selection-menu
react-native-selection-menu copied to clipboard
Can't dismiss on IOS
Hi there,
This component is working well, this is just impossible to dismiss the menu without clicking on a value on IOS. By the way it works on Android.
There is my code:
RNSelectionMenu.Show({ values: [ "One", "Two", "Three", "Four", "Five" ], selectedValues: [], selectionType: 0, title: "Browse by category", presentationType: 0, enableSearch: false, cancellable: true, // searchTintColor: "#FFFFFF", });
Any help will be appreciated.
Thanks so much!