Merge pull request #1715 from jhalvorson/master

Updated README.md to include instructions for React Native 0.60 and a…
This commit is contained in:
Daniel Mariño Ruiz 2019-09-08 08:26:30 +02:00 committed by GitHub
commit 0a2f7bd949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,12 @@ Then follow the instructions for your platform to link react-native-video into y
#### Standard Method
**React Native 0.60 and above**
Run `pod install` in the `ios` directory. Linking is not required in React Native 0.60 and above.
**React Native 0.59 and below**
Run `react-native link react-native-video` to link the react-native-video library.
#### Using CocoaPods (required to enable caching)