Skip to content

Commit 746aae0

Browse files
committed
feat: upgrade example to react-native 0.81 and expo 54
1 parent 3b303e5 commit 746aae0

18 files changed

Lines changed: 1948 additions & 1328 deletions

CHANGELOG.md

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

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Update example app to React Native 0.81
13+
- Update expo example app to Expo 54
14+
1015
## [0.17.1] - 2025-07-20
1116

1217
### Fixed

example-expo/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,22 @@
1212
"build:apk": "eas build --platform android"
1313
},
1414
"dependencies": {
15-
"@react-native-async-storage/async-storage": "^2.1.2",
15+
"@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": "53.0.9",
19-
"expo-dev-client": "~5.1.8",
20-
"expo-splash-screen": "~0.30.8",
21-
"react": "19.0.0",
22-
"react-native": "~0.79.2",
23-
"react-native-android-widget": "./react-native-android-widget-59399.tgz",
24-
"react-native-safe-area-context": "~5.4.0",
25-
"react-native-screens": "~4.10.0"
18+
"expo": "^54.0.0",
19+
"expo-dev-client": "~6.0.13",
20+
"expo-splash-screen": "~31.0.10",
21+
"react": "19.1.0",
22+
"react-native": "0.81.4",
23+
"react-native-android-widget": "./react-native-android-widget-26046.tgz",
24+
"react-native-safe-area-context": "~5.6.0",
25+
"react-native-screens": "~4.16.0"
2626
},
2727
"devDependencies": {
2828
"@babel/core": "^7.26.0",
29-
"@types/react": "~19.0.0",
30-
"typescript": "~5.8.3"
29+
"@types/react": "~19.1.10",
30+
"typescript": "~5.9.2"
3131
},
3232
"private": true,
3333
"packageManager": "yarn@3.6.4"

0 commit comments

Comments
 (0)