From 2359a8171cf6060f2b637bcfb25201ce65bfcbec Mon Sep 17 00:00:00 2001 From: kerem Date: Sun, 25 Apr 2021 05:44:36 +0300 Subject: [PATCH] add peerDependencies with any version add "react-native" and "react-native-windows" peerDependencies with any version --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index e57d311a..9f7ceee5 100644 --- a/package.json +++ b/package.json @@ -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": "*" } }