Skip to content

Commit ffea718

Browse files
authored
upgraded expo-constants and expo-localization to fix unimodules issues in newer expo sdk (#198)
Co-authored-by: Shina Rasheed <shinarasheed>
1 parent e4b45d3 commit ffea718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-native-version-check-expo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"expo": ">=26"
2525
},
2626
"dependencies": {
27-
"expo-constants": "5.0.1",
28-
"expo-localization": "5.0.1",
27+
"expo-constants": "^14.0.2",
28+
"expo-localization": "^14.0.0",
2929
"react-native-version-check": "^3.4.6"
3030
},
3131
"devDependencies": {

0 commit comments

Comments
 (0)