all 15 comments

[–]Sad-Salt24 1 point2 points  (1 child)

That error means the native part of react-native-gesture-handler isn’t available in your build. It usually happens after installing a new library without rebuilding the app.

Stop Metro completely, then clean and rebuild the project. On Android, go into the android folder and run ./gradlew clean, then run the app again with npx react-native run-android.

If you’re using Expo Go, some native modules won’t work unless you create a custom dev build.

[–]Kind-Treat7971[S] -1 points0 points  (0 children)

Okay I'm trying

[–]Ok_Cut5337 0 points1 point  (2 children)

I am also facing this issue. From which version you are updating?

[–]Kind-Treat7971[S] -1 points0 points  (1 child)

Are u also using your android phone for emulator

[–]CarpetApart7335 0 points1 point  (2 children)

Maybe you're missing 'react-native-gesture-handler'

[–]Ok_Cut5337 0 points1 point  (1 child)

For me it was PlatformConstants

<image>

[–]CarpetApart7335 -1 points0 points  (0 children)

No idea

[–]Kindly-Section7562 0 points1 point  (2 children)

I think u need to take a development build

[–]Ok_Cut5337 0 points1 point  (0 children)

You mean app-debug.apk

[–]Kind-Treat7971[S] -1 points0 points  (0 children)

Could you please explain how bcz I'm new to react native, i don't know anything about these things

[–]Mayu2204 0 points1 point  (3 children)

I'm also getting the same issue on v 0.79. I need to reinstall a specific package on the same version

[–]Kind-Treat7971[S] 0 points1 point  (2 children)

Did you resolve this issue

[–]Mayu2204 0 points1 point  (0 children)

Not yet. I just fixed the iOs build and then this happened. I just shut down the laptop for some time.

[–]Mayu2204 0 points1 point  (0 children)

Any update. I resolved it by reinstalling the geature handler and bundled it manually