Merge remote-tracking branch 'upstream/master' into implement-ios-caching

This commit is contained in:
Laurin Quast
2018-08-01 00:11:35 +02:00
2 changed files with 24 additions and 26 deletions

View File

@@ -31,7 +31,7 @@ yarn add react-native-video
<details>
<summary>iOS</summary>
Run `react-native link` to link the react-native-video library.
Run `react-native link react-native-video` to link the react-native-video library.
If you would like to allow other apps to play music over your video component, add:
@@ -79,9 +79,7 @@ end
<details>
<summary>tvOS</summary>
Run `react-native link` to link the react-native-video library.
`react-native link` doesnt work properly with the tvOS target so we need to add the library manually.
`react-native link react-native-video` doesnt work properly with the tvOS target so we need to add the library manually.
First select your project in Xcode.
@@ -103,7 +101,7 @@ Select RCTVideo-tvOS
<details>
<summary>Android</summary>
Run `react-native link` to link the react-native-video library.
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: