react-native-vimeo-iframe
react-native-vimeo-iframe copied to clipboard
How should I place the access token to access the private video?
I received an access token to access a private video on vimeo with react native, but I cannot access it.
<Vimeo
videoId="videNo"
params={api=0&autoplay=1&controls=1&access_token=${videoAccessToken}
}
handlers={videoCallbacks}
overScrollMode="never"
/>