Now I can play videos from vimeo in react-native.
import WebView from 'react-native-autoheight-webview';<WebViewallowsFullscreenVideoscrollEnabled={false}automaticallyAdjustContentInsetssource={{ html: `<html><body><iframe src="URL"></iframe><script src="https://player.vimeo.com/api/player.js"></script></body></html> ` }}/>
I want to add background audio play function.
How can I do that?
Please give me any help.
Thank you.