react-native-kontaktio icon indicating copy to clipboard operation
react-native-kontaktio copied to clipboard

React Native (iOS and Android) library for Kontakt.io beacons (and all other beacons)

Results 47 react-native-kontaktio issues
Sort by recently updated
recently updated
newest added

RN: 0.66.4 kontaktio: 3.1.0 When I run `./gradlew assembleRelease` I get the following error: Any ideas how to fix this?

Hey, I'm running on React Native 0.69.0. Device: Pixel 3 Does this package work for Android 12? I've tried adding all the correct permissions for Android 12 and it seems...

When I run `eas build --profile development --platform ios` on an Expo project with react-native-kontaktio included as a dependency, it fails on the fastlane step. Here's the relevant log output:...

How to implement scan-filters to run background scan with the pause screen https://developer.kontakt.io/docs/dev-ctr-sdks/ZG9jOjQ3NDU4ODU1-android-background-scanning-scan-filters#sample-activity-scan-with-paused-screen

If you encountered the scanning is stoppped without reason at certain time, adjust the below config codes. In my case, the scanning is stopped after 10 seconds, and re-scan. I...

React Native will eventually, in future versions, demand that plugins opt in or out of running on the main thread. I get this Warning when running react-native-kontaktio in RN 0.52.0:...

RN Version : 0.62.2 react-native-kontaktio Version: ^2.7.2 to detect beacons I am using this code : ``` DeviceEventEmitter.addListener('beaconsDidUpdate', ({ beacons }) => { console.log('beaconsDidUpdate', beacons); }); DeviceEventEmitter.addListener('beaconDidAppear', ({ beacon })...

I tried to implement the minimal code on Android 10 device. I seems that the device is not able to add listeners as the DeviceEventEmitter.addlistener() is not working. ``` if(isAndroid)...

Hello I have a problem reading Eddystone format on Android. Is that functionality working correctly? Does not return any error but just does not read any present eddystone that I...

Hi I was trying out this library instead of beacon manager, in IOS its all working good, but in android, beacons are not showing up. Btw I'm not using Kontaktio...