Skip to content

Commit 9d116aa

Browse files
committed
update expo 54
1 parent 009dc5a commit 9d116aa

6 files changed

Lines changed: 1662 additions & 1036 deletions

File tree

Example/expoUsePushy/app.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
},
2626
"web": {
2727
"favicon": "./assets/favicon.png"
28-
}
28+
},
29+
"plugins": [
30+
"expo-font",
31+
"expo-router",
32+
"expo-web-browser"
33+
]
2934
}
3035
}

Example/expoUsePushy/bun.lock

Lines changed: 1625 additions & 1007 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/expoUsePushy/package.json

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -11,40 +11,41 @@
1111
"lint": "expo lint"
1212
},
1313
"dependencies": {
14-
"@expo/vector-icons": "^14.1.0",
14+
"@expo/vector-icons": "^15.0.3",
1515
"@react-navigation/bottom-tabs": "^7.3.10",
1616
"@react-navigation/elements": "^2.3.8",
1717
"@react-navigation/native": "^7.1.6",
18-
"expo": "~53.0.22",
19-
"expo-blur": "~14.1.5",
20-
"expo-constants": "~17.1.7",
21-
"expo-font": "~13.3.2",
22-
"expo-haptics": "~14.1.4",
23-
"expo-image": "~2.4.0",
24-
"expo-linking": "~7.1.7",
25-
"expo-router": "~5.1.5",
26-
"expo-splash-screen": "~0.30.10",
27-
"expo-status-bar": "~2.2.3",
28-
"expo-symbols": "~0.4.5",
29-
"expo-system-ui": "~5.0.11",
30-
"expo-web-browser": "~14.2.0",
31-
"react": "19.0.0",
32-
"react-dom": "19.0.0",
33-
"react-native": "0.79.6",
34-
"react-native-gesture-handler": "~2.24.0",
35-
"react-native-reanimated": "~3.17.4",
36-
"react-native-safe-area-context": "5.4.0",
37-
"react-native-screens": "~4.11.1",
38-
"react-native-update": "^10.34.4",
39-
"react-native-web": "~0.20.0",
40-
"react-native-webview": "13.13.5"
18+
"expo": "^54.0.0",
19+
"expo-blur": "~15.0.8",
20+
"expo-constants": "~18.0.13",
21+
"expo-font": "~14.0.12",
22+
"expo-haptics": "~15.0.8",
23+
"expo-image": "~3.0.11",
24+
"expo-linking": "~8.0.12",
25+
"expo-router": "~6.0.24",
26+
"expo-splash-screen": "~31.0.13",
27+
"expo-status-bar": "~3.0.9",
28+
"expo-symbols": "~1.0.8",
29+
"expo-system-ui": "~6.0.9",
30+
"expo-web-browser": "~15.0.11",
31+
"react": "19.1.0",
32+
"react-dom": "19.1.0",
33+
"react-native": "0.81.5",
34+
"react-native-gesture-handler": "~2.28.0",
35+
"react-native-reanimated": "~4.1.1",
36+
"react-native-safe-area-context": "~5.6.0",
37+
"react-native-screens": "~4.16.0",
38+
"react-native-update": "^10.42.6",
39+
"react-native-web": "^0.21.0",
40+
"react-native-webview": "13.15.0",
41+
"react-native-worklets": "0.5.1"
4142
},
4243
"devDependencies": {
4344
"@babel/core": "^7.25.2",
44-
"@types/react": "~19.0.10",
45-
"typescript": "~5.8.3",
45+
"@types/react": "~19.1.10",
4646
"eslint": "^9.25.0",
47-
"eslint-config-expo": "~9.2.0"
47+
"eslint-config-expo": "~10.0.0",
48+
"typescript": "~5.9.2"
4849
},
4950
"private": true
5051
}

ios/ImportReact.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@import React;
2+

react-native-update.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ Pod::Spec.new do |s|
104104

105105
# Conditionally add Expo dependency
106106
if valid_expo_project
107+
s.public_header_files = ['ios/ImportReact.h']
107108
s.dependency 'ExpoModulesCore'
108109
end
109110

src/core.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,4 @@ log('bootup status', {
100100
isFirstTimeDebug,
101101
isDebugChannel,
102102
cInfo,
103-
uuid,
104103
});

0 commit comments

Comments
 (0)