Skip to content

Commit cb61498

Browse files
committed
feat: upgrade expo example to expo 55 canary
1 parent d80a54a commit cb61498

3 files changed

Lines changed: 450 additions & 412 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## Changed
10+
## Added
1111

12-
- Update example app to React Native 0.83
13-
- Replaced ReactNativeHost with ReactHost
12+
- Support for React Native 0.83
1413

15-
## Fixed
14+
## Changed
1615

17-
- Add a local copy of CSSBackgroundDrawable since it was removed from React Native
16+
- Update example app to React Native 0.83
17+
- Update expo example app to Expo 55 canary
1818

1919
## [0.17.3] - 2026-01-03
2020

example-expo/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"@react-native-async-storage/async-storage": "2.2.0",
1616
"@react-navigation/native": "^6.1.14",
1717
"@react-navigation/native-stack": "^6.9.22",
18-
"expo": "~54.0.30",
19-
"expo-dev-client": "~6.0.20",
20-
"expo-splash-screen": "~31.0.13",
21-
"react": "19.1.0",
22-
"react-native": "0.81.5",
23-
"react-native-android-widget": "./react-native-android-widget-21505.tgz",
18+
"expo": "55.0.0-canary-20251230-fc48ddc",
19+
"expo-dev-client": "6.1.0-canary-20251230-fc48ddc",
20+
"expo-splash-screen": "31.0.14-canary-20251230-fc48ddc",
21+
"react": "19.2.0",
22+
"react-native": "0.83.1",
23+
"react-native-android-widget": "./react-native-android-widget-93887.tgz",
2424
"react-native-safe-area-context": "~5.6.0",
25-
"react-native-screens": "~4.16.0"
25+
"react-native-screens": "~4.19.0"
2626
},
2727
"devDependencies": {
2828
"@babel/core": "^7.26.0",

0 commit comments

Comments
 (0)