📌  相关文章
📜  react-nativegesturehandler modalize ios onpress - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:28.651000             🧑  作者: Mango

代码示例1
// little trick to resolve this issue inside modal
import { TouchableWithoutFeedback } from 'react-native';
import { RectButton } from 'react-native-gesture-handler';

         ...