Compare commits

...

2 Commits

2 changed files with 2 additions and 12 deletions

2
.gitignore vendored
View File

@@ -38,3 +38,5 @@ yarn-error.*
android/ android/
ios/ ios/
.android/
.ios/

View File

@@ -33,18 +33,6 @@
}, },
"plugins": [ "plugins": [
"expo-font", "expo-font",
[
"expo-splash-screen",
{
"backgroundColor": "#17b69b",
"image": "./assets/splash-icon.png",
"dark": {
"image": "./assets/splash-icon.png",
"backgroundColor": "#232323"
},
"imageWidth": 200
}
]
] ]
} }
} }