From 040b17159e46aba268901d4b36d34ed98a544b8a Mon Sep 17 00:00:00 2001 From: Bader Serhan Date: Wed, 25 Sep 2019 16:47:44 +0300 Subject: [PATCH] fix typo in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 154282a933..964aa9043f 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ end ### tvOS installation
tvOS details - + `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. @@ -1168,7 +1168,7 @@ Save video to your Photos with current filter prop. Returns promise. Example: ``` -let response = await this.save(); +let response = await this.player.save(); let path = response.uri; ``` @@ -1180,12 +1180,12 @@ Notes: - Works with cached videos as well. (Checkout video-caching example) - If the video is has not began buffering (e.g. there is no internet connection) then the save function will throw an error. - If the video is buffering then the save function promise will return after the video has finished buffering and processing. - + Future: - Will support multiple qualities through options - Will support more formats in the future through options - Will support custom directory and file name through options - + Platforms: iOS #### restoreUserInterfaceForPictureInPictureStopCompleted