Detect swipe left in React Native

后端 未结 4 1491
心在旅途
心在旅途 2020-12-18 19:50

How can I detect a left swipe on the entire screen in React Native?

Would it be necessary to use PanResponder or can it be done a little more easy?

4条回答
  •  眼角桃花
    2020-12-18 20:35

    You can use react-native-swipe-gesture. You don't need to install any third party module using npm. Download the file into your project and follow the given steps

提交回复
热议问题