Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump expo to 52 #347

Merged
merged 1 commit into from
Feb 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/native/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"icon": "./assets/images/icon.png",
"scheme": "myapp",
"userInterfaceStyle": "automatic",
"newArchEnabled": true,
"splash": {
"image": "./assets/images/splash-logo.png",
"resizeMode": "contain",
Expand Down
2 changes: 1 addition & 1 deletion apps/native/app/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function RootLayout() {

return (
<SafeAreaProvider>
<SafeAreaView>
<SafeAreaView style={styles.container}>
<RootLayoutNav />
</SafeAreaView>
</SafeAreaProvider>
Expand Down
46 changes: 24 additions & 22 deletions apps/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"scripts": {
"start": "expo start",
"start:tunnel": "expo start --tunnel",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo start --android",
"ios": "expo start --ios",
Expand All @@ -20,46 +21,47 @@
},
"dependencies": {
"@expo/vector-icons": "^14.0.2",
"@react-navigation/native": "^6.0.2",
"@shopify/flash-list": "^1.7.2",
"wallet_state":"1.0.0",
"expo": "~51.0.39",
"expo-constants": "~16.0.2",
"expo-font": "~12.0.10",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.24",
"expo-splash-screen": "~0.27.7",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"expo-web-browser": "~13.0.3",
"@react-native/virtualized-lists": "^0.77.1",
"@react-navigation/native": "^7.0.14",
"@shopify/flash-list": "1.7.3",
"expo": "^52.0.35",
"expo-constants": "~17.0.6",
"expo-font": "~13.0.3",
"expo-linking": "~7.0.5",
"expo-router": "~4.0.17",
"expo-splash-screen": "~0.29.22",
"expo-status-bar": "~2.0.1",
"expo-system-ui": "~4.0.8",
"expo-web-browser": "~14.0.2",
"jotai": "^2.9.0",
"prettier": "^3.3.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.74.5",
"react-native-gesture-handler": "~2.16.1",
"react-native": "0.76.7",
"react-native-gesture-handler": "~2.20.2",
"react-native-paper": "^5.12.3",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
"react-native-svg-transformer": "^1.5.0",
"react-native-web": "~0.19.10"
"react-native-web": "~0.19.10",
"wallet_state": "1.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/eslint-parser": "^7.5.4",
"@types/jest": "^29.5.12",
"@types/react": "~18.2.79",
"@types/react": "~18.3.12",
"@types/react-test-renderer": "^18.0.7",
"@typescript-eslint/parser": "^7.16.0",
"eslint": "^8.57.0",
"eslint-config-expo": "^7.1.2",
"eslint-config-expo": "~8.0.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.2.1",
"jest-expo": "~51.0.4",
"jest-expo": "~52.0.4",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"react-test-renderer": "18.2.0",
Expand Down
Loading