Skip to content

Commit c42cb0e

Browse files
author
scottrippey
committed
chore: added React as a peerDependency
1 parent 80d64f4 commit c42cb0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/victory-native/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@
6161
"react-native-gesture-handler": "^1.10.3",
6262
"react-native-svg": "^12.4.3"
6363
},
64+
"peerDependencies": {
65+
"react": ">=16.6.0"
66+
},
6467
"scripts": {
6568
"build": "wireit",
6669
"build:lib": "wireit",

0 commit comments

Comments
 (0)