chore: build
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
},
|
||||
"android": {
|
||||
"package": "com.uberstup.omnexpanel",
|
||||
"abiFilters": ["arm64-v8a"],
|
||||
"adaptiveIcon": {
|
||||
"foregroundImage": "./assets/icon.png",
|
||||
"backgroundColor": "#000000"
|
||||
@@ -42,7 +41,8 @@
|
||||
"expo-build-properties",
|
||||
{
|
||||
"android": {
|
||||
"usesCleartextTraffic": true
|
||||
"usesCleartextTraffic": true,
|
||||
"abiFilters": ["arm64-v8a"]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Generated
+914
-745
File diff suppressed because it is too large
Load Diff
@@ -16,13 +16,13 @@
|
||||
"@react-navigation/native": "^7.1.28",
|
||||
"@react-navigation/native-stack": "^7.11.0",
|
||||
"axios": "^1.13.4",
|
||||
"expo": "~54.0.34",
|
||||
"expo": "~54.0.37",
|
||||
"expo-build-properties": "~1.0.10",
|
||||
"expo-font": "~14.0.11",
|
||||
"expo-font": "~14.0.12",
|
||||
"expo-image-picker": "~17.0.11",
|
||||
"expo-location": "~19.0.8",
|
||||
"expo-status-bar": "~3.0.9",
|
||||
"expo-updates": "~29.0.17",
|
||||
"expo-updates": "~29.0.20",
|
||||
"jwt-decode": "^4.0.0",
|
||||
"react": "19.1.0",
|
||||
"react-dom": "19.1.0",
|
||||
|
||||
@@ -218,7 +218,6 @@ export default function DeliveryNavigator() {
|
||||
/>
|
||||
</Tab.Navigator>
|
||||
|
||||
{/* Modal notifications */}
|
||||
<Modal
|
||||
visible={showModal}
|
||||
animationType="slide"
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
"foregroundImage": "./assets/icon.png",
|
||||
"backgroundColor": "#000000"
|
||||
},
|
||||
"abiFilters": ["arm64-v8a"],
|
||||
"edgeToEdgeEnabled": true,
|
||||
"softwareKeyboardLayoutMode": "pan",
|
||||
"predictiveBackGestureEnabled": false,
|
||||
@@ -41,7 +40,8 @@
|
||||
"expo-build-properties",
|
||||
{
|
||||
"android": {
|
||||
"usesCleartextTraffic": true
|
||||
"usesCleartextTraffic": true,
|
||||
"abiFilters": ["arm64-v8a"]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Generated
+1086
-1646
File diff suppressed because it is too large
Load Diff
@@ -15,17 +15,17 @@
|
||||
"@react-navigation/native": "^7.1.28",
|
||||
"@react-navigation/native-stack": "^7.13.0",
|
||||
"axios": "^1.13.4",
|
||||
"expo": "~54.0.33",
|
||||
"expo": "~54.0.37",
|
||||
"expo-av": "~16.0.8",
|
||||
"expo-build-properties": "~1.0.10",
|
||||
"expo-constants": "~18.0.13",
|
||||
"expo-constants": "~18.0.14",
|
||||
"expo-device": "~8.0.10",
|
||||
"expo-font": "~14.0.11",
|
||||
"expo-linking": "~8.0.11",
|
||||
"expo-font": "~14.0.12",
|
||||
"expo-linking": "~8.0.12",
|
||||
"expo-location": "~19.0.8",
|
||||
"expo-notifications": "~0.32.16",
|
||||
"expo-notifications": "~0.32.17",
|
||||
"expo-status-bar": "~3.0.9",
|
||||
"expo-updates": "~29.0.16",
|
||||
"expo-updates": "~29.0.20",
|
||||
"jwt-decode": "^4.0.0",
|
||||
"react": "19.1.0",
|
||||
"react-dom": "19.1.0",
|
||||
|
||||
Reference in New Issue
Block a user