File tree Expand file tree Collapse file tree
ios/Folo/Images.xcassets/SplashScreenBackground.colorset Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ const iconPathMap = {
1313const iconPath = iconPathMap [ process . env . PROFILE || "production" ] || iconPathMap . production
1414
1515const adaptiveIconPath = resolve ( __dirname , "./assets/adaptive-icon.png" )
16+ const splashIconPath = resolve ( __dirname , "./assets/splash-icon.png" )
1617
1718const isDev = process . env . NODE_ENV === "development"
1819
@@ -86,12 +87,8 @@ export default ({ config }: ConfigContext): ExpoConfig => {
8687 [
8788 "expo-splash-screen" ,
8889 {
89- backgroundColor : "#ffffff" ,
90- dark : {
91- backgroundColor : "#000000" ,
92- } ,
9390 android : {
94- image : iconPath ,
91+ image : splashIconPath ,
9592 imageWidth : 200 ,
9693 } ,
9794 } ,
Original file line number Diff line number Diff line change 1111 "color-space" : " srgb"
1212 },
1313 "idiom" : " universal"
14- },
15- {
16- "color" : {
17- "components" : {
18- "alpha" : " 1.000" ,
19- "blue" : " 0.00000000000000" ,
20- "green" : " 0.00000000000000" ,
21- "red" : " 0.00000000000000"
22- },
23- "color-space" : " srgb"
24- },
25- "idiom" : " universal" ,
26- "appearances" : [
27- {
28- "appearance" : " luminosity" ,
29- "value" : " dark"
30- }
31- ]
3214 }
3315 ],
3416 "info" : {
You can’t perform that action at this time.
0 commit comments