File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 "orientation" : " portrait" ,
77 "icon" : " ./assets/icon.png" ,
88 "userInterfaceStyle" : " light" ,
9- "newArchEnabled" : true ,
10- "splash" : {
11- "image" : " ./assets/splash-icon.png" ,
12- "resizeMode" : " contain" ,
13- "backgroundColor" : " #ffffff"
14- },
159 "ios" : {
1610 "supportsTablet" : true ,
1711 "bundleIdentifier" : " com.anonymous.expocng"
2115 "foregroundImage" : " ./assets/adaptive-icon.png" ,
2216 "backgroundColor" : " #ffffff"
2317 },
24- "edgeToEdgeEnabled" : true ,
2518 "package" : " com.anonymous.expocng"
2619 },
2720 "web" : {
3528 " io.identityserver.demo:/oauthredirect"
3629 ]
3730 }
38- ]
31+ ],
32+ " expo-status-bar"
3933 ]
4034 }
4135}
Original file line number Diff line number Diff line change 11{
22 "name" : " expo-cng" ,
33 "version" : " 1.0.0" ,
4+ "packageManager" : " yarn@1.22.22" ,
45 "main" : " index.ts" ,
56 "scripts" : {
67 "start" : " expo start" ,
910 "web" : " expo start --web"
1011 },
1112 "dependencies" : {
12- "expo" : " ~53 .0.20 " ,
13- "expo-status-bar" : " ~2.2.3 " ,
14- "react" : " 19.0.0 " ,
15- "react-native" : " 0.79.5 " ,
13+ "expo" : " ~56 .0.14 " ,
14+ "expo-status-bar" : " ~56.0.4 " ,
15+ "react" : " 19.2.3 " ,
16+ "react-native" : " 0.85.3 " ,
1617 "react-native-app-auth" : " file:../../packages/react-native-app-auth"
1718 },
1819 "devDependencies" : {
19- "@babel/core" : " ^7.25.2 " ,
20- "@types/react" : " ~19.0.10 " ,
21- "typescript" : " ~5.8 .3"
20+ "@babel/core" : " ^7.29.0 " ,
21+ "@types/react" : " ~19.2.14 " ,
22+ "typescript" : " ~6.0 .3"
2223 },
2324 "private" : true
2425}
You can’t perform that action at this time.
0 commit comments