react-native-community / upgrade-support

A central community-backed place to request and give help when upgrading your app.
MIT License
254 stars 2 forks source link

Errors showing after upgrading React Native to v0.69 #237

Open RBnavaneeth opened 1 year ago

RBnavaneeth commented 1 year ago

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 ..).

after upgrading from version 0.68 to 0.69. I already have react-native-gesture-handler in my app installed v^2.5.0. Still showing this error after building. Along with these errors attached below.

Screenshot from 2023-06-21 12-07-08

Pratik-2102 commented 1 year ago

I am also getting the same Error. can anyone Help me Please

AdarshJais commented 1 year ago

How you actually did your upgrade? Did you use any tool or manually implemented all changes mentioned inside (https://react-native-community.github.io/upgrade-helper/) ??