From 049c816eabed5f33b91cd6463338a679556d4d91 Mon Sep 17 00:00:00 2001 From: Abraham Przewodnik Date: Mon, 9 Nov 2020 11:46:24 +0100 Subject: [PATCH] Update peer-dependencies This removes the peer-dependency warning when installing react-native-dynamic along with react-native 0.63.3 --- library/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/package.json b/library/package.json index dede133..d5707b1 100644 --- a/library/package.json +++ b/library/package.json @@ -17,7 +17,7 @@ }, "peerDependencies": { "react": "^16.11.0", - "react-native": "^0.62.0" + "react-native": ">=0.62.0<0.64.0" }, "dependencies": { "@types/react": "*",