-1

ERROR [react-native-gesture-handler] react-native-gesture-handler module was not found. Make sure you're running your app on the native platform and your code is linked properly (cd ios && pod install && cd ..) Trying to run it on android.

André
  • 1,602
  • 2
  • 12
  • 26
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community May 30 '22 at 14:59

1 Answers1

-1

I resolved this issue by adding this:

npm install react-native-gesture-handler

npx react-native link react-native-gesture-handler
mc-user
  • 1,769
  • 4
  • 14
  • 25