I would like play YouTube video on React Native app and enable sound when screen is locked or app in background.
Is it possible on React Native ?
Thank you community !
I would like play YouTube video on React Native app and enable sound when screen is locked or app in background.
Is it possible on React Native ?
Thank you community !
No , it's not "possible" on react native. There are some modules that allow a background timer or even background tasks in this post you will find manky https://stackoverflow.com/a/50545627/10205629 , but to keep the sound of the webview playing in the background (i assume that you are using a webview to play youtube videos), i don't know if it is a bug or the way the webview is supposed to work, but it will play on the lock screen and on the home screen until the app is killed/removed from ram like this problem
or this one