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": "*" } }