Skip to content

Commit 1ecf07b

Browse files
authored
chore: bump peer deps so they are not restricted to 0.74.x only (#83)
1 parent ca5aac3 commit 1ecf07b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"license": "MIT",
5151
"peerDependencies": {
5252
"react": "*",
53-
"react-native": "^0.74.1"
53+
"react-native": ">= 0.74.1"
5454
},
5555
"devDependencies": {
5656
"@react-native-community/eslint-config": "^3.0.2",

0 commit comments

Comments
 (0)