chore: build
Omnex Plateform App - EAS Build / build (push) Successful in 1h20m42s
Omnex Plateform Client - EAS Build / build (push) Successful in 1h20m5s

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