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.7 ### Platform iOS ### OS version iOS 13.3 ### Steps to reproduce 1. Use startRangingBeaconsInRegion() 2. Listen for beaconsDidRange events and log nearby beacons 3. Put app...

### Version 1.0.7 ### Platform iOS | Android ### OS version iOS 10| android 7.0... ### Steps to reproduce I have this code in the ComponentDidMount: componentDidMount() { Beacons.detectIBeacons(); const...

### Version 1.0.1 ### Platform iOS and Android ### OS version Any ### Expected behavior I need to broadcast some info to simulate one beacon, then another hardware can detect...

### Version 1.4.9 ### Platform Android ### OS version android 9 ### Steps to reproduce 1. install react-native-beacons-manager 2. open your app 3. close your app ### Expected behavior No...

Hi, I created a react-native app with this code: ``` import Beacons from 'react-native-beacons-manager' // Tells the library to detect iBeacons Beacons.detectIBeacons() Beacons.detectEddystoneUID() Beacons.detectAltBeacons() // Start detecting all iBeacons in...

### Version 1.0.7 ### Platform iOS ### OS version iOS 13 ### Steps to reproduce 1. yarn add react-native-beacons-manager 2. react-native link react-native-beacons-manager 3. ...others steps on iOS to background...

### Version 1.1.0 ### Platform iOS | Android ### OS version iOS 12 ### Steps to reproduce 1. Kill the app 2. Get closer / move away to the beacon...

### Version 11.2.6 ### Platform iOS ### OS version iOS 11 ### Expected behaviour Should start monitoring region for Eddystone beacons. ### Actual behaviour Throws back the following error: ```...

### Version 1.0.7 ### Platform iOS ### OS version iOS 10 ### Steps to reproduce 1. Install library 2. react-native link 3. define region with region: { uuid: null, identifier:...

bug

It works just fine on android 9 including background but stops working on older android verisons. I have tried some older commits but any version except that version from npm...