dmontecillo

Results 8 comments of dmontecillo

Same issue here. I used react-native-background-actions but so far on my tests it receives empty beacon when in background mode in Android.

You can use mine https://github.com/dmontecillo/react-native-beacons-manager/commit/86222d60244c748bc58710f57ae70553b017ecf1. How to add in your `package.json` ` "react-native-beacons-manager": "git://github.com/dmontecillo/react-native-beacons-manager.git",` then `yarn` I wasn;t yet able to add readme and on how to configure foreground service...

Hello @usichenko-nikita To summarize the purpose of the foreground service and notification is In Android if you want a long running service foregound notification [more from here](https://developer.android.com/guide/components/foreground-services) is required unless...

Anyone have any updated forks? please advise? Thanks

Hello guys i made a rapid implementation and implemented foreground service instead and updated the android-library alt beacon as well, you can reference or use the below if your still...

Use this `git://github.com/MacKentoch/react-native-beacons-manager.git#46089b8` in your `package.json` instead of the release version.

Same issue but issue only found on Android im using below: 1. react-native 0.64 2. Android OS10

Is there any fix for this?