Browse Source

Merge branch 'flash-screen' of SashaGoncharov19/nomadmania-app into dev

Viktoriia 1 year ago
parent
commit
227f66d9f7
3 changed files with 1 additions and 1 deletions
  1. 1 1
      app.config.ts
  2. BIN
      assets/loading-screen.png
  3. BIN
      assets/splash-new.png

+ 1 - 1
app.config.ts

@@ -37,7 +37,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
     tsconfigPaths: true
     tsconfigPaths: true
   },
   },
   splash: {
   splash: {
-    image: './assets/splash-new.png',
+    image: './assets/loading-screen.png',
     resizeMode: 'cover'
     resizeMode: 'cover'
   },
   },
   notification: {
   notification: {

BIN
assets/loading-screen.png


BIN
assets/splash-new.png