Upgrade latest version of Expo

Tried to register two views with the same name RNGestureHandlerButton.

When I upgrade expo and react-native , i encountered with this error. My package.json file is like ;

expo : 32.0.0
react-native: https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz
react-navigation: 3.0.9 ( when i upgrade react-navigation , it throw an error which is unable DrawerNavigator)

But my app is working like a charm with expo 31.0.2 and react-native ;
https://github.com/expo/react-native/archive/sdk-31.0.0.tar.gz

in your pack.json make it “expo”: “^32.0.0”, if you leave out the arrow than that error comes

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.