Closed fredrikburmester closed 1 month ago
this library not working on Android, use other lib instead
What is the "other lib"?
React Native Menu, https://zeego.dev wraps each one for you
If you’re having an issue on Android with Zeego, you should open an issue at @react-native-menu
The expected behavior should be that he underlying TouchableOpacity does not activate.
Why? I don’t exactly agree. Why have a Pressable that shouldn’t activate?
Oh sorry, I see, this is the context menu
@fredrikburmester i think we can move this issue to the zeego repo and possibly tag the react-native-menu issue as well since it’s Android
As the title says, upon releasing my finger after long-pressing an item to open the context menu the TouchableOpacity activates and the onPress action ()handleOpenFile) is executed.
Example code:
The expected behavior should be that he underlying TouchableOpacity does not activate.
This is only an issue on Android it seems.