From 9c0fa78d72c9e32644b10f55090ae29edd1f5856 Mon Sep 17 00:00:00 2001 From: Wojciech Lewicki Date: Tue, 8 Nov 2022 12:10:03 +0100 Subject: [PATCH] fix: update supported RN version to 0.64 (#1912) Based on WoLewicki/libs-rn-version-tester/actions/runs/3410971949/jobs/5674595317 it seems that react-native-svg does not work for projects with RN < 0.64. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 637ca6b5..d8cb7297 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ expo install react-native-svg | >=7 | >=0.57.4 | | >=8 | >=0.57.4 | | >=9 | >=0.57.4 | -| >=12.3.0 | >=0.63.0 | +| >=12.3.0 | >=0.64.0 | ## Support for Fabric