Skip to content

Commit e9ad8b8

Browse files
authored
fix(boilerplate): rn 0.72.7 and expo 49.0.21 (#2560 by @frankcalise)
* chore(boilerplate): rn 0.72.7 and expo 49.0.19 * chore(boilerplate): expo version
1 parent c9311d1 commit e9ad8b8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

boilerplate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@shopify/flash-list": "^1.6.1",
4040
"apisauce": "3.0.1",
4141
"date-fns": "^2.30.0",
42-
"expo": "^49.0.18",
42+
"expo": "^49.0.21",
4343
"expo-application": "~5.4.0",
4444
"expo-build-properties": "~0.8.3",
4545
"expo-font": "~11.6.0",
@@ -53,7 +53,7 @@
5353
"mobx-state-tree": "5.3.0",
5454
"react": "18.2.0",
5555
"react-dom": "18.2.0",
56-
"react-native": "0.72.6",
56+
"react-native": "0.72.7",
5757
"react-native-drawer-layout": "^4.0.0-alpha.1",
5858
"react-native-gesture-handler": "~2.12.0",
5959
"react-native-reanimated": "~3.3.0",

src/tools/expoGoCompatibility.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
// New ignited apps using prebuild will have more up-to-date versions of these packages.
55
export const expoGoCompatExpectedVersions = {
66
"@react-native-async-storage/async-storage": "1.18.2",
7+
"@shopify/flash-list": "1.4.3",
78
"expo-application": "~5.3.0",
89
"expo-font": "~11.4.0",
910
"expo-localization": "~14.3.0",
10-
"@shopify/flash-list": "1.4.3",
11+
"react-native": "0.72.6",
1112
}
1213

1314
// This function takes a package.json file as a string and updates the versions of the

0 commit comments

Comments
 (0)