From 8d669c8b73b95c6af3286f3753a04b94ad0d59cb Mon Sep 17 00:00:00 2001 From: devthejo Date: Sun, 22 Jun 2025 13:50:26 +0200 Subject: [PATCH] docs: upgrade --- docs/upgrade.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/upgrade.md diff --git a/docs/upgrade.md b/docs/upgrade.md new file mode 100644 index 0000000..69eab6f --- /dev/null +++ b/docs/upgrade.md @@ -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/ \ No newline at end of file