KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
expo-updater
★ 9
Open GitHub ↗
CLI to update to new Expo SDK versions
Download README (.md)
Explore Similar Repositories
finnish-dictionary
:
Finnish dictionary created by Institute for the languages of Finland
fineract-cn-template
:
Apache Fineract CN template for creating new services. Contains best practices examples and documentation
personality
:
Apache developers Big-Five personality profiler
netease_cover_chrome_plugin
:
A Chrome extension for easily download Netease music cover 网易云音乐封面下载插件
docker-apache-load-balancer
:
Debian based docker image containing apache2 load balancer for use as reverse proxy and/or load balancer.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
expo-updater
?
Download (.md)
# expo-updater > Update `package.json` to use new Expo SDK ## Install ``` $ npm install --global expo-updater ``` ## Usage 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.json` file which will be using a `JSON` file 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 1. If you want to use your own version, just clone it or download it. 2. `cd expo-updater` 3. `npm install` 4. `npm link` to create a symlink to `expo-updater` 5. Now change the `index.js` file or `expo.json` file & then repeat `Step 4` again & it will use your own version. ## Related [Surrender](https://github.com/tiaanduplessis/react-native-surrender) - CLI script that clears Watchman, removes node_modules and cleans cache using npm or yarn ## Contributing Contributions are welcome! 1. Fork it. 2. Create your feature branch: `git checkout -b my-new-feature` 3. Commit your changes: `git commit -am 'Add some feature'` 4. Push to the branch: `git push origin my-new-feature` 5. Submit a pull request :D Or open up [a issue](https://github.com/deadcoder0904/expo-updater/issues). ## License MIT © [Akshay Kadam](https://twitter.com/deadcoder0904)