Skip to content

Commit a7d4051

Browse files
authored
Merge pull request #1073 from appwrite/pla-2877
fix: bump dependencies to resolve PlatformConstants error with Expo 53
2 parents 65c708b + b3ae80f commit a7d4051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/react-native/package.json.twig

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"typescript": "^5.3.3"
3434
},
3535
"dependencies": {
36-
"expo-file-system": "~18.0.11",
37-
"react-native": "0.76.7"
36+
"expo-file-system": "18.*.*",
37+
"react-native": ">=0.76.7 <1.0.0"
3838
},
3939
"peerDependencies": {
4040
"expo": "*",

0 commit comments

Comments
 (0)