react-native-beacons-manager icon indicating copy to clipboard operation
react-native-beacons-manager copied to clipboard

React-Native library for detecting beacons (iOS and Android)

Results 109 react-native-beacons-manager issues
Sort by recently updated
recently updated
newest added

### Version 1.0.1 ### Platform iOS | Android ### OS version iOS 10| android 7.0... ### Steps to reproduce I just `import Beacons from '@hkpuits/react-native-beacons-manager'` then got error as below....

### Version latest commit: 87a10aa ### React Native Version 0.53.3 ### Platform Android ### OS version android 5.0 ### Steps to reproduce 1. build release 2. install apk 3. Beacons.startRangingBeaconsInRegion(region)...

Simple example it not show or array in data is [ ] import { DeviceEventEmitter } from 'react-native' import Beacons from 'react-native-beacons-manager' // Tells the library to detect iBeacons Beacons.detectIBeacons()...

### Version 1.0.1 ### Platform iOS ### OS version iOS 10| android 7.0... ### Steps to reproduce I can just get UUID when firing regionDidEnter/RegionDidExit. ### Expected behavior ### Actual...

### Version 1.0.7 and 1.1.0 ### Platform Android ### OS version android 5.1 and 9 ### Steps to reproduce 1. Beacons.detectCustomBeaconLayout('m:0-1=CCCC,i:2-10,p:11-11,d:12-12'); 2. Beacons.detectAltBeacons(); 3. Beacons.detectEstimotes(); ### Expected behavior Does not...

### Version 1.0.7 ### Platform iOS ### OS version iOS 11.0.2 ### Steps to reproduce ``` listener = DeviceEventEmitter.addListener( 'beaconsDidRange', (data) => { PushNotification.localNotificationSchedule({ message: 'Did Detect Beacon', // (required)...

### Version 1.4.9 ### Platform Android ### OS version android 9.1 ### Steps to reproduce 1. install a real device 2. run app 3. crash of app ### Expected behavior...

Any plans to add support for broadcast beacon? Do you aware of any module which supports broadcast beacon for both iOS and Android? I saw [this](https://www.npmjs.com/package/react-native-ibeacon-simulator), but doesn't support android

enhancement

### Version 1.0.8 ### Platform iOS ### OS version iOS 11 ### Phone model iPhone 5S ### Steps to reproduce 1. Kill application 2. Ensure app is full suspended by...