docs: upgrade
This commit is contained in:
parent
a1ed6cfca6
commit
8d669c8b73
1 changed files with 18 additions and 0 deletions
18
docs/upgrade.md
Normal file
18
docs/upgrade.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# upgrading guide
|
||||||
|
|
||||||
|
## step
|
||||||
|
- upgrade expo sdk first
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npx expo install expo@52
|
||||||
|
```
|
||||||
|
|
||||||
|
- align package with expo version
|
||||||
|
|
||||||
|
```sh
|
||||||
|
npx expo install --fix
|
||||||
|
```
|
||||||
|
|
||||||
|
## helpers
|
||||||
|
|
||||||
|
https://react-native-community.github.io/upgrade-helper/
|
Loading…
Add table
Reference in a new issue