From 5fb706cf258a77a993db68abe8c43d379c97ac0b Mon Sep 17 00:00:00 2001 From: Tommy Nguyen <4123478+tido64@users.noreply.github.com> Date: Mon, 4 Oct 2021 23:58:06 +0200 Subject: [PATCH] fix: declare support for react-native 0.66 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 161d2663..614a5894 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "merge-options": "^3.0.4" }, "peerDependencies": { - "react-native": "^0.0.0-0 || ^0.60.6 || ^0.61.5 || ^0.62.2 || ^0.63.2 || ^0.64.0 || ^0.65.0 || 1000.0.0" + "react-native": "^0.0.0-0 || ^0.60.6 || ^0.61.5 || ^0.62.2 || ^0.63.2 || ^0.64.0 || ^0.65.0 || ^0.66.0 || 1000.0.0" }, "devDependencies": { "@babel/core": "^7.8.4",