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

Bump example to Expo 52 #3317

Merged
merged 11 commits into from
Jan 28, 2025
Merged
Show file tree
Hide file tree
Changes from 10 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
13 changes: 1 addition & 12 deletions example/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export default ({ config }) => ({
version: '0.0.1',
orientation: 'portrait',
icon: './assets/icon.png',
sdkVersion: '51.0.0',
splash: {
image: './assets/splash.png',
resizeMode: 'cover',
Expand Down Expand Up @@ -44,16 +43,6 @@ export default ({ config }) => ({
],
},
],
[
'expo-build-properties',
{
ios: {
newArchEnabled: Boolean(Number(process.env.FABRIC_ENABLED)),
},
android: {
newArchEnabled: Boolean(Number(process.env.FABRIC_ENABLED)),
},
},
],
],
newArchEnabled: Boolean(Number(process.env.FABRIC_ENABLED)),
});
32 changes: 15 additions & 17 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,30 @@
"postinstall": "patch-package && expo prebuild"
},
"dependencies": {
"@expo/metro-config": "~0.18.11",
"@expo/metro-runtime": "~3.2.3",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-community/slider": "^4.5.2",
"@expo/metro-config": "~0.19.0",
"@expo/metro-runtime": "~4.0.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/slider": "4.5.5",
"@react-native-community/viewpager": "^5.0.11",
"@react-native-masked-view/masked-view": "0.3.1",
"@react-native-masked-view/masked-view": "0.3.2",
"@react-navigation/elements": "^1.3.7",
"@react-navigation/native": "^6.1.17",
"@react-navigation/stack": "^6.3.29",
"@swmansion/icons": "^0.0.1",
"expo": "~51.0.38",
"expo-build-properties": "^0.12.5",
"expo-camera": "~15.0.16",
"expo-font": "~12.0.10",
"expo": "^52.0.24",
"expo-camera": "~16.0.10",
"expo-font": "~13.0.2",
"hoist-non-react-statics": "^3.3.2",
"invariant": "^2.2.4",
"patch-package": "^6.5.1",
"postinstall-postinstall": "^2.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.75.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.5",
"react-native-gesture-handler": "link:..",
"react-native-reanimated": "3.15.5",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.35.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-web": "~0.19.10"
},
Expand All @@ -49,8 +48,7 @@
"@tsconfig/react-native": "^3.0.5",
"@types/jest": "^29.5.12",
"@types/metro-config": "^0.76.3",
"@types/react": "~18.2.79",
"@types/react-native": "^0.73.0",
"@types/react": "~18.3.12",
"@types/react-test-renderer": "^18.3.0",
"@typescript-eslint/parser": "^7.8.0",
"babel-jest": "^29.7.0",
Expand Down
26 changes: 0 additions & 26 deletions example/patches/expo-modules-autolinking+1.11.1.patch

This file was deleted.

Loading
Loading