update expo , react and react-native

hi!; i like to update all my packages.

  • first use: expo init myapp

  • update the elements in package.json like:

"dependencies": { "expo": "^30.0.1", "react": "^16.3.1", "react-native": "^0.57" }

  • later, update: npm install (and try with yarn install too)

and the app its broken!. how do you update the app??? i need to install mobx, and i can’t

Hey @demiantriebl,

You need to use the Expo fork of RN that corresponds to the SDK version you are using so for your project it should be: "react-native": "https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz".

Cheers,

Adam

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