Merge pull request #742 from christianlouis/copilot/fix-notification-sound-resource

fix(mobile): Android prebuild failure, iOS document support warning, SDK dependency mismatches
This commit is contained in:
Christian Krakau-Louis
2026-03-16 17:26:04 +01:00
committed by GitHub
3 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -22,6 +22,7 @@
"NSPhotoLibraryAddUsageDescription": "DocuElevate saves scanned documents to your photo library.",
"UIBackgroundModes": ["fetch", "remote-notification"],
"ITSAppUsesNonExemptEncryption": false,
"LSSupportsOpeningDocumentsInPlace": true,
"CFBundleDocumentTypes": [
{
"CFBundleTypeName": "All Documents",
@@ -92,7 +93,7 @@
{
"icon": "./assets/notification-icon.png",
"color": "#1e40af",
"sounds": ["./assets/notification-sound.wav"]
"sounds": ["./assets/notification_sound.wav"]
}
],
[
+2 -2
View File
@@ -30,7 +30,7 @@
"expo-camera": "~17.0.10",
"expo-constants": "~18.0.13",
"expo-crypto": "~15.0.8",
"expo-device": "~7.0.3",
"expo-device": "~8.0.10",
"expo-document-picker": "~14.0.8",
"expo-file-system": "~19.0.21",
"expo-image-manipulator": "~14.0.8",
@@ -46,7 +46,7 @@
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-web": "~0.20.0",
"react-native-web": "~0.21.0",
"react-native-safe-area-context": "5.6.0",
"react-native-screens": "4.16.0"
},