Search code examples
reactjsexporeact-native-gesture-handler

react-native-gesture-handler occurs so many warnings


I installed react-native-gesture-handler in React Native Expo app. And when I start app, it occurs many warnings. enter image description here

I tried to uninstall the react-native-gesture-handler package and install it using expo install, yarn add and npm install. But it doesn't solve this problem. Please let me know the solution if someone knows it.


Solution

  • I solved this problem by adding import 'react-native-gesture-handler'; in App.js after installing react-native-gesture-handler package using yarn or npm.