React-native gesturehandler modalize ios onpress Code Example
react-native gesturehandler modalize ios onpress
// little trick to resolve this issue inside modal
import { TouchableWithoutFeedback } from 'react-native';
import { RectButton } from 'react-native-gesture-handler';
...