docs: upgrade

This commit is contained in:
devthejo 2025-06-22 13:50:26 +02:00
parent a1ed6cfca6
commit 8d669c8b73

18
docs/upgrade.md Normal file
View 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/