react-native-vimeo-iframe
react-native-vimeo-iframe copied to clipboard
Customize Player
How to customize player , i just need player seek control, need to disabled like , share and fullscreen and logo as well
<Vimeo
videoId={vimeoId}
params={
'api=1&autoplay=1&controls=1&title=0&portrait=0&byline=0&dnt=1&pip=0'
}
handlers={videoCallbacks}
style={{
...
}}
androidLayerType="hardware"
/>
try the params, this will work for some of the things you mentioned