Gabriel Morin
Gabriel Morin
> From my perspective, the only missing feature of this tool is the ability to whitelist sites/IPs it is switched on for. I think the primary use case for this...
You can do it as such: ``` this.intervalIdStreamState = setInterval(() => { ReactNativeAudioStreaming.getStatus((error, info) => { let streamStatus if (error) { streamStatus = 'error' console.log(error); } else { streamStatus =...
It does not seem to be. The audio stops when I kill the app, while it shouldn't. Also it keeps playing when I receive a phone call, which is another...
I agree. I don't have time sadly so I forked the library, fixed this issue and adapted the rest to my specific needs. Someday when I have more time I...
Same here... The library works pretty well but If I close the app the notification stays and you can't remove it until you re-open the app. You should always close...
Hello @samathan , quick question, how did you manage to login to gmail, last time i checked google blocks automated browsers from login in to their services, so i'm really...
Yes exactly mine is the second one. My guess is that you can't use google services through browser automation, as they want you to use their APIs. Therefore I'll dig...
Hello vasyiok, and thank you. Sadly I'm not working on that project anymore for soon a year now and won't be able to test it for now. The day I...
#28 might have fixed this issue if you use `add(List objects)` instead of many `add(Object object)`