-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update expo example to expo 52
- Loading branch information
1 parent
4162d75
commit 9caa231
Showing
8 changed files
with
2,690 additions
and
2,440 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
yarnPath: .yarn/releases/yarn-3.6.4.cjs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,21 +12,23 @@ | |
"build:apk": "eas build --platform android" | ||
}, | ||
"dependencies": { | ||
"@react-native-async-storage/async-storage": "1.23.1", | ||
"@react-navigation/native": "^6.1.6", | ||
"@react-navigation/native-stack": "^6.9.12", | ||
"expo": "^51.0.38", | ||
"expo-dev-client": "~4.0.29", | ||
"react": "18.2.0", | ||
"react-native": "0.74.5", | ||
"react-native-android-widget": "./react-native-android-widget-64036.tgz", | ||
"react-native-safe-area-context": "4.10.5", | ||
"react-native-screens": "3.31.1" | ||
"@react-native-async-storage/async-storage": "^2.0.0", | ||
"@react-navigation/native": "^6.1.14", | ||
"@react-navigation/native-stack": "^6.9.22", | ||
"expo": "^52.0.0-preview.23", | ||
"expo-dev-client": "~5.0.0-preview.9", | ||
"expo-splash-screen": "^0.27.6", | ||
"react": "18.3.1", | ||
"react-native": "0.76.1", | ||
"react-native-android-widget": "./react-native-android-widget-86353.tgz", | ||
"react-native-safe-area-context": "4.12.0", | ||
"react-native-screens": "^3.34.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.24.0", | ||
"@types/react": "~18.2.79", | ||
"@types/react": "~18.3.12", | ||
"typescript": "~5.3.3" | ||
}, | ||
"private": true | ||
"private": true, | ||
"packageManager": "[email protected]" | ||
} |
Oops, something went wrong.