From 4246016fb42d64356f38f1adad36b11a4c6f9d23 Mon Sep 17 00:00:00 2001 From: Irwin Date: Tue, 29 Sep 2020 10:01:02 -0400 Subject: [PATCH] Update README.md (#2076) 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 644185c0..1b6a913e 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: