Skip to content

Commit 235b697

Browse files
authored
chore: clean up peer dependencies (#39)
Update the supported versions of the `react-native` peer dependency, and entirely remove `react-native-windows` as a peer dependency.
1 parent 21ea203 commit 235b697

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515
"author": "csath - [email protected]",
1616
"license": "MIT",
1717
"peerDependencies": {
18-
"react-native": "^0.41.2",
19-
"react-native-windows": "0.41.0-rc.1"
18+
"react-native": "^0.41.2 || ^0.60.0 || ^0.61.0 || ^0.63.0 || ^0.64.0 || ^0.65.0 || ^0.66.0"
2019
},
2120
"repository": {
2221
"type": "git",

0 commit comments

Comments
 (0)