Skip to content

Commit 672b203

Browse files
committed
chore(expo-cng): upgrade example to Expo 56
1 parent 4e128d4 commit 672b203

3 files changed

Lines changed: 1141 additions & 1930 deletions

File tree

examples/expo-cng/app.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
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"
@@ -21,7 +15,6 @@
2115
"foregroundImage": "./assets/adaptive-icon.png",
2216
"backgroundColor": "#ffffff"
2317
},
24-
"edgeToEdgeEnabled": true,
2518
"package": "com.anonymous.expocng"
2619
},
2720
"web": {
@@ -35,7 +28,8 @@
3528
"io.identityserver.demo:/oauthredirect"
3629
]
3730
}
38-
]
31+
],
32+
"expo-status-bar"
3933
]
4034
}
4135
}

examples/expo-cng/package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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",
@@ -9,16 +10,16 @@
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
}

0 commit comments

Comments
 (0)