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"
|
||||
|
||||
Reference in New Issue
Block a user