Waseel: driver app, dispatch, POI suggestions, map fixes
This commit is contained in:
+2
-2
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user