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?
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