diff --git a/package.json b/package.json index 67494058..9f7ceee5 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "prop-types": "^15.7.2" }, "peerDependencies": { - "react-native": "^0.59.5", - "react-native-windows": "^0.57.2" + "react-native": "*", + "react-native-windows": "*" } }