2.0.3 • Published 8 years ago
expo-updater v2.0.3
expo-updater
Update
package.jsonto use new Expo SDK
Install
$ npm install --global expo-updaterUsage
Goto the project root & run
$ expo-updater:warning: Warning ️
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.
Symlink
- 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.
Related
Surrender - CLI script that clears Watchman, removes node_modules and cleans cache using npm or yarn
Contributing
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.
License
MIT © Akshay Kadam