Mathias Silva da Rosa

Results 7 comments of Mathias Silva da Rosa

I'm not sure if this is the right approach, but one way I could overcome the location issue is to mock the location module: https://github.com/wix/Detox/blob/01ad250fe4168502a57339b8bcab0ec5a5c89e4b/docs/Guide.Mocking.md After all the steps I...

It happens really often with me too. My device is just found within `startDeviceScan` after the third or fouth tries, even though nRF connect find it instantly.

If you don't have a high priority notification related to your app in the notification center, android system is going to kill you service to free memory and resources. Make...

As far as I can remember, the HeadlessJS bundles just the necessary logic when it is created. i. e., when your service is triggered it's going to run just that...

Hello @mdkamrulcse. The service created in this project has its own thread and it's not attached to the UI thread. As far as I know, there isn't any way to...

Have you tried to open your app from this service and then show to the user the modal?

Have you tried this [react-native-invoke-app](https://github.com/vicke4/react-native-invoke-app)?