Update
package.jsonto use new Expo SDK
$ npm install --global expo-updater
Goto the project root & run
$ expo-updater
Original Implementation was made to be automated, but the Expo team changes versions continuously so the original implementation didn't work when version 24.0.1 was published so I've changed the implementation to use a
expo.jsonfile which will be using aJSONfile maintained by me until I am using Expo. You can fork this repo to use your own if I stop maintaining. Follow the below steps to use your own local version.
- If you want to use your own version, just clone it or download it.
cd expo-updaternpm installnpm linkto create a symlink toexpo-updater- Now change the
index.jsfile orexpo.jsonfile & then repeatStep 4again & it will use your own version.
Surrender - CLI script that clears Watchman, removes node_modules and cleans cache using npm or yarn
Contributions are welcome!
- Fork it.
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
Or open up a issue.
MIT © Akshay Kadam