Skip to content

Commit

Permalink
Merge pull request #1773 from BaderSerhan/master
Browse files Browse the repository at this point in the history
fix typo in README
  • Loading branch information
CHaNGeTe authored Sep 29, 2019
2 parents 4a8eea7 + 040b171 commit b675e59
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ end
### tvOS installation
<details>
<summary>tvOS details</summary>

`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.
Expand Down Expand Up @@ -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;
```

Expand All @@ -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
Expand Down

0 comments on commit b675e59

Please sign in to comment.