Skip to content

Commit

Permalink
Update README.md (#39)
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
gezquinndesign authored Jan 15, 2023
1 parent 2377829 commit 11798ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ In addition, the `<VideoPlayer />` also takes these props:
| showHours | Boolean | false | If true, convert time to hours in the Player |
| tapAnywhereToPause | Boolean | false | If true, single tapping anywhere on the video (other than a control) toggles between playing and paused. |
| toggleResizeModeOnFullscreen | Boolean | false | If true, clicking the fullscreen button will toggle the `<Video />` component between cover/contain, set to false if you want to customize fullscreen behaviour |
| containerStyles | ViewStyle | | StyleSheet passed to the container of the <Video /> component |
| containerStyle | ViewStyle | | StyleSheet passed to the container of the <Video /> component |
| videoStyle | ViewStyle | | StyleSheet passed to the <Video /> component |
| videoRef | Video | undefined | Pass ref to the `<Video/>` component |

Expand Down

0 comments on commit 11798ec

Please sign in to comment.