diff --git a/.easignore b/.easignore new file mode 100644 index 0000000..a2ec655 --- /dev/null +++ b/.easignore @@ -0,0 +1,65 @@ +# Node modules + +node_modules/ + +# macOS system files + +.DS_Store + +# Environment files + +.env +.env.\* +!.env.example + +# Expo + +.expo/ +.expo-shared/ +dist/ +web-build/ + +# Android build artifacts + +android/.gradle/ +android/build/ +android/app/build/ +android/app/.cxx/ +android/.idea/ +android/local.properties + +# iOS build artifacts + +ios/build/ +ios/Pods/ +ios/Podfile.lock +ios/.xcworkspace/ +ios/.idea/ +ios/DerivedData/ + +# Miscellaneous + +_.jks +_.keystore +_.p8 +_.p12 +_.key +_.mobileprovision +_.tsbuildinfo +_.log +_.pem +_.orig.\* +_.csv +_.bak + +# Metro bundler cache + +.metro-cache/ +.cache/ + +# Package manager logs + +npm-debug.log +yarn-debug.log +yarn-error.log +pnpm-debug.log diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 0368ec5..50c7b64 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,6 +1,7 @@ - + + @@ -12,9 +13,6 @@ - diff --git a/android/app/src/main/res/drawable-hdpi/splashscreen_logo.png b/android/app/src/main/res/drawable-hdpi/splashscreen_logo.png index 31df827..5ed579d 100644 Binary files a/android/app/src/main/res/drawable-hdpi/splashscreen_logo.png and b/android/app/src/main/res/drawable-hdpi/splashscreen_logo.png differ diff --git a/android/app/src/main/res/drawable-mdpi/splashscreen_logo.png b/android/app/src/main/res/drawable-mdpi/splashscreen_logo.png index ef243aa..6e8ceb9 100644 Binary files a/android/app/src/main/res/drawable-mdpi/splashscreen_logo.png and b/android/app/src/main/res/drawable-mdpi/splashscreen_logo.png differ diff --git a/android/app/src/main/res/drawable-xhdpi/splashscreen_logo.png b/android/app/src/main/res/drawable-xhdpi/splashscreen_logo.png index e9d5474..da671f4 100644 Binary files a/android/app/src/main/res/drawable-xhdpi/splashscreen_logo.png and b/android/app/src/main/res/drawable-xhdpi/splashscreen_logo.png differ diff --git a/android/app/src/main/res/drawable-xxhdpi/splashscreen_logo.png b/android/app/src/main/res/drawable-xxhdpi/splashscreen_logo.png index d61da15..f81cc3a 100644 Binary files a/android/app/src/main/res/drawable-xxhdpi/splashscreen_logo.png and b/android/app/src/main/res/drawable-xxhdpi/splashscreen_logo.png differ diff --git a/android/app/src/main/res/drawable-xxxhdpi/splashscreen_logo.png b/android/app/src/main/res/drawable-xxxhdpi/splashscreen_logo.png index 4aeed11..50642bc 100644 Binary files a/android/app/src/main/res/drawable-xxxhdpi/splashscreen_logo.png and b/android/app/src/main/res/drawable-xxxhdpi/splashscreen_logo.png differ diff --git a/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml index 345888d..3941bea 100644 --- a/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +++ b/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml @@ -1,6 +1,5 @@ - - - + + \ No newline at end of file diff --git a/android/app/src/main/res/values/colors.xml b/android/app/src/main/res/values/colors.xml index f387b90..f8a9e4c 100644 --- a/android/app/src/main/res/values/colors.xml +++ b/android/app/src/main/res/values/colors.xml @@ -1,6 +1,6 @@ - #ffffff + #252A34 #ffffff #023c69 - #ffffff + #252A34 \ No newline at end of file diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml index bd9b540..196bca0 100644 --- a/android/app/src/main/res/values/strings.xml +++ b/android/app/src/main/res/values/strings.xml @@ -2,5 +2,5 @@ Driver Saathi contain false - automatic + light \ No newline at end of file diff --git a/android/app/src/main/res/values/styles.xml b/android/app/src/main/res/values/styles.xml index 4ef1d97..e318324 100644 --- a/android/app/src/main/res/values/styles.xml +++ b/android/app/src/main/res/values/styles.xml @@ -2,7 +2,7 @@