peacechen / react-native-modal-selector

A cross-platform (iOS / Android), selector/picker component for React Native that is highly customizable and supports sections.
MIT License
369 stars 129 forks source link

params.longPress is always true on Android #137

Closed alexsegura closed 4 years ago

alexsegura commented 4 years ago

I don't understand why, but on a real device connected via USB, it always detects a long press. I had to enable long presses to fix the problem.

peacechen commented 4 years ago

Thanks @alexsegura for testing and reporting this issue.

Does longPress behave properly when not connected to the USB debugger?

When you enable longPress (set the prop to true), does it disable longPress detection? I don't fully understand your description.

peacechen commented 4 years ago

Closing due to inactivity. Please re-open if you continue to have an issue with this.