Waseel: driver app, dispatch, POI suggestions, map fixes

This commit is contained in:
Krikorios
2026-08-25 02:57:49 +03:00
parent 899ca93cd5
commit 1d84003e0a
50 changed files with 3625 additions and 625 deletions
+2 -2
View File
@@ -25,7 +25,7 @@ const App = () => {
if (!isLoaded) {
return (
<View className="flex-1 items-center justify-center bg-white">
<View className="flex-1 items-center justify-center bg-white dark:bg-neutral-950">
<ActivityIndicator size="large" color="#0286FF" />
</View>
);
@@ -36,7 +36,7 @@ const App = () => {
// Still loading the user's role from the database.
if (role === undefined) {
return (
<View className="flex-1 items-center justify-center bg-white">
<View className="flex-1 items-center justify-center bg-white dark:bg-neutral-950">
<ActivityIndicator size="large" color="#0286FF" />
</View>
);