11{
22 "expo" : {
3- "name" : " nativewind- expo-router " ,
4- "slug" : " nativewind- expo-router " ,
3+ "name" : " expo-monorepo " ,
4+ "slug" : " expo-monorepo " ,
55 "version" : " 1.0.0" ,
66 "orientation" : " portrait" ,
7- "icon" : " ./assets/images/icon.png" ,
8- "scheme" : " nativewind-expo-router" ,
9- "userInterfaceStyle" : " automatic" ,
7+ "icon" : " ./assets/icon.png" ,
108 "splash" : {
11- "image" : " ./assets/images/ splash.png" ,
9+ "image" : " ./assets/splash.png" ,
1210 "resizeMode" : " contain" ,
1311 "backgroundColor" : " #ffffff"
1412 },
15- "assetBundlePatterns" : [" **/*" ],
13+ "updates" : {
14+ "fallbackToCacheTimeout" : 0
15+ },
16+ "assetBundlePatterns" : [
17+ " **/*"
18+ ],
1619 "ios" : {
17- "supportsTablet " : true ,
18- "userInterfaceStyle " : " automatic " ,
19- "requireFullScreen " : true
20+ "bundleIdentifier " : " com.bycedric.expomonorepo " ,
21+ "buildNumber " : " 1.0.0 " ,
22+ "supportsTablet " : true
2023 },
2124 "android" : {
22- "userInterfaceStyle " : " automatic " ,
25+ "package " : " com.bycedric.expomonorepo " ,
2326 "adaptiveIcon" : {
24- "foregroundImage" : " ./assets/images/ adaptive-icon.png" ,
25- "backgroundColor" : " #ffffff "
27+ "foregroundImage" : " ./assets/adaptive-icon.png" ,
28+ "backgroundColor" : " #FFFFFF "
2629 }
2730 },
2831 "web" : {
2932 "bundler" : " metro" ,
3033 "output" : " static" ,
3134 "favicon" : " ./assets/images/favicon.png"
3235 },
33- "plugins" : [
34- " expo-router" ,
35- [
36- " expo-screen-orientation" ,
37- {
38- "initialOrientation" : " DEFAULT"
39- }
40- ]
41- ],
4236 "experiments" : {
4337 "tsconfigPaths" : true ,
4438 "typedRoutes" : true
4539 }
4640 }
47- }
41+ }
0 commit comments