Skip to content

Commit

Permalink
Merge pull request #2479 from FormidableLabs/chore/react-native-peerD…
Browse files Browse the repository at this point in the history
…ependencies-react

Chore: added `react`  as a peer dependency to `react-native`
  • Loading branch information
scottrippey committed Sep 26, 2022
2 parents 80d64f4 + f77d944 commit 1f5983b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/strange-mangos-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"victory-native": patch
---

Added `react` as a `peerDependency` (fixes #2478)
3 changes: 3 additions & 0 deletions packages/victory-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
"react-native-gesture-handler": "^1.10.3",
"react-native-svg": "^12.4.3"
},
"peerDependencies": {
"react": ">=16.6.0"
},
"scripts": {
"build": "wireit",
"build:lib": "wireit",
Expand Down

0 comments on commit 1f5983b

Please sign in to comment.