Skip to content

Commit

Permalink
Merge pull request TheWidlarzGroup#1715 from jhalvorson/master
Browse files Browse the repository at this point in the history
Updated README.md to include instructions for React Native 0.60 and a…

(rebased from commit 0a2f7bd)
  • Loading branch information
CHaNGeTe authored and Beau Ner committed Oct 10, 2019
1 parent 44c916e commit 15e48db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 15e48db

Please sign in to comment.