From 276a6e93afa9e4bda570e8fd8b0326c5fa0b74a8 Mon Sep 17 00:00:00 2001 From: Mikael Sand Date: Thu, 18 Apr 2019 13:11:33 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 711d5e3c..df10776c 100644 --- a/README.md +++ b/README.md @@ -96,8 +96,11 @@ The latest version of react-native-svg should always work in a clean react-nativ | >=8 | >=0.57.4 | | >=9 | >=0.57.4 | -Or, include [this PR](https://github.com/facebook/react-native/pull/17842) manually for v7+ stability on android for older RN ( [included in 0.57-stable](https://github.com/facebook/react-native/commit/d9f5319cf0d9828b29d0e350284b22ce29985042) and newer) +Or, include [this PR](https://github.com/facebook/react-native/pull/17842) manually for v7+ stability on android for older RN ( [included in 0.57-stable](https://github.com/facebook/react-native/commit/d9f5319cf0d9828b29d0e350284b22ce29985042) and newer). +The latest version of v6, v7, v8 and v9 should all work in the latest react-native version. + +v7 and newer requires the patch for making android thread safe, to get native animation support. #### Manually