Commit 33dfdd3
feat: upgrade react-native-expo to Expo SDK 54
Upgrades Expo SDK from 53 to 54 with minimal changes to preserve original structure.
## Changes
- Upgrade Expo SDK: ~53 → ~54.0.25
- Upgrade React: 19.0.0 → 19.1.0
- Upgrade React Native: 0.79.5 → 0.81.5
- Update all Expo packages to SDK 54 versions
- Add SafeAreaProvider from react-native-safe-area-context
- Add react-native-worklets (peer dependency for reanimated)
- Add Expo 54 Android config (edgeToEdgeEnabled, predictiveBackGestureEnabled)
- Enable reactCompiler experiment
- Add dark mode splash screen config
- Update .gitignore to ignore /ios and /android (managed workflow)
## Files Changed (Minimal Diff)
- package.json: Dependency upgrades
- app.json: Expo 54 config additions
- App.tsx: SafeAreaProvider wrapper
- .gitignore: Match Expo template (ignore ios/android)
- yarn.lock: Updated lockfile
Follows Expo managed workflow - ios/ and android/ generated via expo prebuild.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent c1f1086 commit 33dfdd3
File tree
70 files changed
+1792
-5611
lines changed- react-native-expo
- android
- app
- src
- debug
- main
- java/com/anonymous/reactnativeexpo
- res
- drawable-hdpi
- drawable-mdpi
- drawable-xhdpi
- drawable-xxhdpi
- drawable-xxxhdpi
- drawable
- mipmap-anydpi-v26
- mipmap-hdpi
- mipmap-mdpi
- mipmap-xhdpi
- mipmap-xxhdpi
- mipmap-xxxhdpi
- values-night
- values
- gradle/wrapper
- ios
- reactnativeexpo.xcodeproj
- reactnativeexpo.xcworkspace
- reactnativeexpo
- Images.xcassets
- AppIcon.appiconset
- SplashScreenBackground.colorset
- SplashScreenLogo.imageset
- Supporting
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
70 files changed
+1792
-5611
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| 171 | + | |
| 172 | + | |
171 | 173 | | |
172 | 174 | | |
173 | 175 | | |
| |||
189 | 191 | | |
190 | 192 | | |
191 | 193 | | |
192 | | - | |
| 194 | + | |
193 | 195 | | |
194 | 196 | | |
195 | 197 | | |
| |||
212 | 214 | | |
213 | 215 | | |
214 | 216 | | |
215 | | - | |
| 217 | + | |
| 218 | + | |
216 | 219 | | |
217 | 220 | | |
218 | 221 | | |
| |||
247 | 250 | | |
248 | 251 | | |
249 | 252 | | |
250 | | - | |
| 253 | + | |
| 254 | + | |
251 | 255 | | |
252 | 256 | | |
253 | 257 | | |
| |||
This file was deleted.
This file was deleted.
Binary file not shown.
This file was deleted.
Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 0 additions & 44 deletions
This file was deleted.
Lines changed: 0 additions & 65 deletions
This file was deleted.
0 commit comments