-
-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Not working in background job (https://www.npmjs.com/package/react-native-background-job) #46
Comments
|
2.Can you share how to run in background mode |
i found some error while debuging kotlin code Attempt to invoke virtual method 'java.lang.String android.content.Context.getPackageName()' on a null object reference |
I see. We need a background-mode context which will be used for the Nearby API |
@mrousavy , how much time will take to fix this? |
@mrousavy , By when the bug would be fixed or else could you suggest any alternative? |
Bug
Describe the bug
I'm using this library with https://www.npmjs.com/package/react-native-background-job, if app opens everting is fine, while background mode, it's not able to connect
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: