From b710b690254311ab99a2d3428db7973e9f1a04fc Mon Sep 17 00:00:00 2001 From: Hampton Maxwell Date: Tue, 31 Jul 2018 11:26:09 -0700 Subject: [PATCH] Fix typo in tvOS instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 826bc033..1894c613 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Note: you can also use the `ignoreSilentSwitch` prop, shown below.
tvOS -`react-native link-video` doesn’t work properly with the tvOS target so we need to add the library manually. +`react-native link react-native-video` doesn’t work properly with the tvOS target so we need to add the library manually. First select your project in Xcode.