Kaan Acar
Kaan Acar
there is no description ....
ı think that when u use foreground fore-service on an app ur tasks will complate on background mode too. so u can add your code to the app normally and...
you should add '' instead of Sound.MAIN_BUNDLE example usage: ``` const Sound3 = new Sound(require("path_of_file"), '', (error) => { if (error) { console.log('failed to load the sound', error); return; }...
> @acarkaan , you can use MaskedView from '@react-native-masked-view/masked-view' it worked for me. > Thank you very much i will use this package too.
same issue any solution yet ???
same here