Fix native module versions for Expo SDK 53; use real joelangel.png
- Bump react-native-screens ~4.11.1, safe-area-context 5.4.0, async-storage 2.1.2 (the 4.4.0/4.12.0/1.23.1 pins failed react-native-screens Kotlin compile on RN 0.79) - Move the real joelangel.png into app/assets; drop stray root copies - Debug APK now builds successfully (arm64-v8a) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
6b19fc79dd
commit
454c72ddb4
5 changed files with 27 additions and 25 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 2 MiB |
|
|
@ -23,9 +23,9 @@
|
|||
"@react-navigation/native": "^7.0.0",
|
||||
"@react-navigation/native-stack": "^7.0.0",
|
||||
"@react-navigation/bottom-tabs": "^7.0.0",
|
||||
"react-native-screens": "~4.4.0",
|
||||
"react-native-safe-area-context": "4.12.0",
|
||||
"@react-native-async-storage/async-storage": "1.23.1",
|
||||
"react-native-screens": "~4.11.1",
|
||||
"react-native-safe-area-context": "5.4.0",
|
||||
"@react-native-async-storage/async-storage": "2.1.2",
|
||||
"@maplibre/maplibre-react-native": "^10.0.0",
|
||||
"react-native-vision-camera": "^4.6.0",
|
||||
"react-native-unifiedpush-connector": "^0.4.0",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue