Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ERROR TypeError: _RNGestureHandlerModule.default.flushOperations is not a function (it is undefined), js engine: hermes

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

like image 348
Surendhar S Avatar asked Feb 19 '26 19:02

Surendhar S


1 Answers

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
like image 125
Dessale Fessehaye Avatar answered Feb 21 '26 10:02

Dessale Fessehaye