Friday, June 29, 2018

Upgrading your create-react-native-app project

  • Run ncu -u to upgrade package versions in your package.json (you may have to install ncu:  npm install -g npm-check-updates)
  • Run npm update to install the new versions.
  • You may have to modify your app.json, so that sdk version matches this . ncu shows the current versions.

No comments:

Post a Comment