Skip to content

Commit

Permalink
fix(boilerplate): rn 0.72.7 and expo 49.0.21 (#2560 by @frankcalise)
Browse files Browse the repository at this point in the history
* chore(boilerplate): rn 0.72.7 and expo 49.0.19

* chore(boilerplate): expo version
  • Loading branch information
frankcalise committed Nov 28, 2023
1 parent c9311d1 commit e9ad8b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions boilerplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@shopify/flash-list": "^1.6.1",
"apisauce": "3.0.1",
"date-fns": "^2.30.0",
"expo": "^49.0.18",
"expo": "^49.0.21",
"expo-application": "~5.4.0",
"expo-build-properties": "~0.8.3",
"expo-font": "~11.6.0",
Expand All @@ -53,7 +53,7 @@
"mobx-state-tree": "5.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.6",
"react-native": "0.72.7",
"react-native-drawer-layout": "^4.0.0-alpha.1",
"react-native-gesture-handler": "~2.12.0",
"react-native-reanimated": "~3.3.0",
Expand Down
3 changes: 2 additions & 1 deletion src/tools/expoGoCompatibility.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
// New ignited apps using prebuild will have more up-to-date versions of these packages.
export const expoGoCompatExpectedVersions = {
"@react-native-async-storage/async-storage": "1.18.2",
"@shopify/flash-list": "1.4.3",
"expo-application": "~5.3.0",
"expo-font": "~11.4.0",
"expo-localization": "~14.3.0",
"@shopify/flash-list": "1.4.3",
"react-native": "0.72.6",
}

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

0 comments on commit e9ad8b8

Please sign in to comment.