From 3f621ae10fd61558c0eb58e8aed9497cfdc421da Mon Sep 17 00:00:00 2001 From: Wojciech Lewicki Date: Tue, 15 Nov 2022 12:44:48 +0100 Subject: [PATCH] chore: bump supported RN version for Fabric (#1913) PR bumping supported RN version for Fabric since it changed due to https://github.com/software-mansion/react-native-svg/pull/1847 having custom cpp state with linking working only from RN `0.70` --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8cb7297..30b7f746 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,8 @@ expo install react-native-svg | react-native-svg | react-native | | ---------------- | ------------ | -| 13.0.0+ | 0.69.0+ | +| >=13.0.0 | 0.69.0+ | +| >=13.6.0 | 0.70.0+ | ## Troubleshooting