react-native-click-outside icon indicating copy to clipboard operation
react-native-click-outside copied to clipboard

React Native library to detect clicks outside the component 👆

Results 5 react-native-click-outside issues
Sort by recently updated
recently updated
newest added

If I click another button outside of the component it does not trigger. I'm using web.

Hi, to prevent this android feature ``` Views that are only used to layout their children or otherwise don't draw anything may be automatically removed from the native hierarchy as...

Using the hook as described and it works fine in the IOS simulator but when I try it on my actual device it does not work.

I need to pass the param because i am triggering `onRequestClose` for modal and it expects PressEvent. ```jsx // PressEvent----v const contentRef = useClickOutside((e) => { // Need to pass...