You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
Also tried with and without this service in Manifest: <service android:enabled="true" android:exported="false" android:name="com.estimote.scanning_plugin.packet_provider.service.PacketProviderWrapperService" android:foregroundServiceType="location"/>
Android location permission is detected as "always".
It can detect beacons on Android 9 but not on Android 10, 12, or 13.
With the plugin from the commit 1388704 it shows the "Exploration Mode" in the notification bar, but with the plugin version 0.6.0 it doesn't.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
"react-native": "0.66.1",
"@estimote/react-native-proximity": "https://github.com/Estimote/react-native-proximity.git#13887046",
I've also tried with:
"@estimote/react-native-proximity": "^0.6.0",
Tried with and without this permissions in Manifest:
Also tried with and without this service in Manifest:
<service android:enabled="true" android:exported="false" android:name="com.estimote.scanning_plugin.packet_provider.service.PacketProviderWrapperService" android:foregroundServiceType="location"/>
Android location permission is detected as "always".
It can detect beacons on Android 9 but not on Android 10, 12, or 13.
With the plugin from the commit 1388704 it shows the "Exploration Mode" in the notification bar, but with the plugin version 0.6.0 it doesn't.
The text was updated successfully, but these errors were encountered: