fix typo in README
This commit is contained in:
parent
4a8eea7af3
commit
040b17159e
@ -94,7 +94,7 @@ end
|
|||||||
### tvOS installation
|
### tvOS installation
|
||||||
<details>
|
<details>
|
||||||
<summary>tvOS details</summary>
|
<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.
|
`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.
|
First select your project in Xcode.
|
||||||
@ -1168,7 +1168,7 @@ Save video to your Photos with current filter prop. Returns promise.
|
|||||||
|
|
||||||
Example:
|
Example:
|
||||||
```
|
```
|
||||||
let response = await this.save();
|
let response = await this.player.save();
|
||||||
let path = response.uri;
|
let path = response.uri;
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -1180,12 +1180,12 @@ Notes:
|
|||||||
- Works with cached videos as well. (Checkout video-caching example)
|
- 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 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.
|
- If the video is buffering then the save function promise will return after the video has finished buffering and processing.
|
||||||
|
|
||||||
Future:
|
Future:
|
||||||
- Will support multiple qualities through options
|
- Will support multiple qualities through options
|
||||||
- Will support more formats in the future through options
|
- Will support more formats in the future through options
|
||||||
- Will support custom directory and file name through options
|
- Will support custom directory and file name through options
|
||||||
|
|
||||||
Platforms: iOS
|
Platforms: iOS
|
||||||
|
|
||||||
#### restoreUserInterfaceForPictureInPictureStopCompleted
|
#### restoreUserInterfaceForPictureInPictureStopCompleted
|
||||||
|
Loading…
Reference in New Issue
Block a user