标签: javascript reactjs react-native modal-dialog
背景:
import { Modal } from 'react-native';
问题: 如何通过从设备的最左边框向右滑动来复制关闭React Native Modal的行为?
答案 0 :(得分:0)
我建议使用react-native-swipe-gestures并关闭swipeRight上的模式。更多详情,请点击https://www.npmjs.com/package/react-native-swipe-gestures