react-native-selection-menu icon indicating copy to clipboard operation
react-native-selection-menu copied to clipboard

Can't dismiss on IOS

Open maximegouin opened this issue 5 years ago • 1 comments

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!

maximegouin avatar Jan 20 '20 23:01 maximegouin

devLaaziz avatar Mar 16 '20 23:03 devLaaziz