Skip to content

Commit

Permalink
Task/update documentation (#16)
Browse files Browse the repository at this point in the history
* fix auto play not working on android

* add initial time

* update documentation
  • Loading branch information
Marcoo09 authored Oct 31, 2021
1 parent d387f29 commit ac2ba5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ the Vimeo player JS API (more information https://developer.vimeo.com/player/js-
autoPlay={false}
controls={true}
speed={false}
time={'0m0s'}
/>
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-vimeo-iframe",
"version": "1.0.3",
"version": "1.0.4",
"description": "React Native Vimeo Iframe is a library to render Vimeo videos in a React Native app. This component allows you to embed a Vimeo video in your app and have full access to the Vimeo player JS API (more information https://developer.vimeo.com/player/js-api).",
"homepage": "https://github.com/MetaLabs-inc/react-native-vimeo-iframe#readme",
"main": "lib/commonjs/index.js",
Expand Down

0 comments on commit ac2ba5b

Please sign in to comment.