From a4dafca09350f37e940c5e999cf03a88b0f65dfd Mon Sep 17 00:00:00 2001 From: Irwin Date: Tue, 7 Jul 2020 14:54:49 -0400 Subject: [PATCH] Update README.md You only need to perform linking for React Native < 0.60 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00fc79321c..cffc34e04c 100644 --- a/README.md +++ b/README.md @@ -117,8 +117,9 @@ Select RCTVideo-tvOS ### Android installation
Android details - -Run `react-native link react-native-video` to link the react-native-video library. + +Linking is not required in React Native 0.60 and above. +If your project is using React Native < 0.60, 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: