Update README.md (#2076)

You only need to perform linking for React Native < 0.60
This commit is contained in:
Irwin 2020-09-29 10:01:02 -04:00 committed by GitHub
parent 408d3f720e
commit 4246016fb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -117,8 +117,9 @@ Select RCTVideo-tvOS
### Android installation
<details>
<summary>Android details</summary>
Run `react-native link react-native-video` to link the react-native-video library.
Linking is not required in React Native 0.60 and above.
If your project is using React Native < 0.60, run `react-native link react-native-video` to link the react-native-video library.
Or if you have trouble, make the following additions to the given files manually: