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

Simulator build fails with the following errors. Archive succeeds and its build not seem to have the same error. Undefined symbol: _OBJC_CLASS_$_KTKBeaconManager Undefined symbol: _OBJC_CLASS_$_KTKBeaconRegion Undefined symbol: _OBJC_CLASS_$_KTKDeviceConnection Undefined symbol:...

bug code from https://github.com/Driversnote-Dev/react-native-kontaktio/blob/ce932cb127f505a939dea59882269ef292abf842/index.ts#L142-L143 fix code ```ts const stopRangingBeaconsInAllRegions: () => Promise = KontaktModule.stopRangingBeaconsInAllRegions; ``` Finally, thanks for providing this library.

This library functions as expected when installed using Recat native and tried to run on a real device, but when I try to run it on an emulator, I get...

@andrekovac "regionDidExit" works when I lock the screen or close the app. How can I make it work in the background.

Hi, How can I use this library to monitor beacons when app is terminated/killed state. I add the events on index.js file but when app is terminated they are not...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Hi everyone! I am developing an app for beacon's management, is it possible to update a device's physical(for example, the broadcasting interval) attribute with this SDK? Thanks in advance.

Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

I need some help guys, Can I create my own Beacons and send them with this library? Thank you