skip to Main Content

I create the React Native Expo Mobile app. I got this error in android ERROR TypeError: _RNGestureHandlerModule.default.flushOperations is not a function (it is undefined), js engine: hermes.But,Not in IOS .how solve this error in android

Need Correct Answer. I am working On expo 50

2

Answers


  1. Login or Signup to reply.
  2. I had the same issue. It got fixed when I install react-native-gesture-handler as recommended by Pratik Prakash.

    npx expo install react-native-gesture-handler

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search