Ivan Branets
Results
2
comments of
Ivan Branets
It seems react-native link should help. At least it worked for me.
In your job function write `console.log('Hello from background job')`. Then in terminal window input `react-native log-android` and you will see all messages from your device, even when the app is...