Skip to content

Commit 4c7fbd9

Browse files
authored
Merge pull request #2107 from R3DST0RM/react-native-peer-dependency-fix
2 parents 27d4f3f + ce76bf0 commit 4c7fbd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"peerDependencies": {
5151
"@types/react": "^18.2.25",
5252
"react": "^18.0",
53-
"react-native": "^0.69.0",
53+
"react-native": ">=0.69",
5454
"redux": "^5.0.0"
5555
},
5656
"peerDependenciesMeta": {

yarn.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -9415,7 +9415,7 @@ __metadata:
94159415
peerDependencies:
94169416
"@types/react": ^18.2.25
94179417
react: ^18.0
9418-
react-native: ^0.69.0
9418+
react-native: ">=0.69"
94199419
redux: ^5.0.0
94209420
peerDependenciesMeta:
94219421
"@types/react":

0 commit comments

Comments
 (0)