fix #42 react-native peer dependencies

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-07-20 21:03:01 +02:00
parent ed38e97a70
commit 886d913561
2 changed files with 8 additions and 85 deletions

View File

@@ -21,9 +21,9 @@
"typescript": "^5.2.2"
},
"peerDependencies": {
"react-native": "^0.73.4",
"expo-application": "^5.3.0 || ^5.8.4",
"expo-constants": "^14.4.2 || ^15.4.6"
"react-native": "0.73 - 0.74",
"expo-application": "^5",
"expo-constants": "14 - 16"
},
"eslintConfig": {
"root": true,