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…
  • Loading branch information
CHaNGeTe authored Sep 8, 2019
2 parents d858bf7 + 2b9ddda commit 0a2f7bd
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 0a2f7bd

Please sign in to comment.