Update README.md

This commit is contained in:
Mikael Sand
2019-04-18 13:11:33 +03:00
committed by GitHub
parent ef0c9bbfe4
commit 276a6e93af
+4 -1
View File
@@ -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