MetaLabs-inc / react-native-vimeo-iframe

MIT License
44 stars 36 forks source link

Fix/autoplay #48

Closed yjb94 closed 1 year ago

yjb94 commented 1 year ago

autoplay woesn't working for android webview because mediaPlaybackRequiresUserAction is true(which means user is forced to tab before playing media).

so i managed to change it to depend on autoplay param.

and additionally removed some types that aren't supported anymore