From 2b9dddab75ed6e69daa4654a93917d4fcbb1ff5a Mon Sep 17 00:00:00 2001 From: Jamie Halvorson Date: Sat, 17 Aug 2019 09:44:47 +0100 Subject: [PATCH] Updated README.md to include instructions for React Native 0.60 and above --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2c40b188e5..8d6d3cf71c 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,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)