Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

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';
<TouchableWithoutFeedback onPress={...}
    <RectButton>
         ...
    </RectButton>
</TouchableWithoutFeedback>
Source by bleepcoder.com #
 
PREVIOUS NEXT
Tagged: #gesturehandler #modalize #ios #onpress
ADD COMMENT
Topic
Name
4+8 =