Skip to content

Commit

Permalink
add peerDependencies with any version
Browse files Browse the repository at this point in the history
add     "react-native" and "react-native-windows" peerDependencies with any version
  • Loading branch information
keremoge committed Apr 25, 2021
1 parent b3aa830 commit 2359a81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,9 @@
"create-react-class": "15.6.3",
"flow-bin": "^0.109.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react-native": "*",
"react-native-windows": "*"
}
}

1 comment on commit 2359a81

@joshuapinter
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any way to make these optional so that we don't get a warning when using yarn install?

Screenshot 2021-06-02 at 13 28 31

Please sign in to comment.