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 Android ### OS version android 8.0.0 ### Root Cause: 07-16 12:10:39.225 21328-21727/com.beacontest D/BeaconsAndroidModule: rangingConsumer didRangeBeaconsInRegion, beacons: [id1: ac628574-fd48-47da-8cc1-4d5442dd5b06 id2: 0 id3: 0, id1: b9407f07-0972-7069-626c-650000000000 id2:...

bug

### Version 1.0.7 ### Platform iOS ### OS version MacOS Sierra iOS 10 ### Steps to reproduce 1. install library 2. monitor for more than 20 regions in iOS ###...

### Version 1.0.7 ### Platform Android ### OS version android 6.0.1 ### Steps to reproduce 1. Install react-native-beacons-manager as outlined. 2. ``` componentWillMount () { const region = { identifier:...

When i try running my build after running the command `react-native link react-native-beacons-manager`, the following message is shown: `> Android dependency 'com.android.support:support-v4' has different version for the compile (21.0.3) and...

### Version 1.0.7 ### Platform Android ### OS version android 8.x ### Steps to reproduce 1. Start app and start startRangingBeaconsInRegion ### Expected behavior The app continue detecting beacons even...

First of all, thank you for this plugin ! The current master branch (`5f0d44e850e607bd2629476bbf701beec3c4d093`) crashes on Android. I think it is because the `beaconServiceConnected` event is sent too early. A...

### Version Master ### Platform Android ### OS version Android 8.0 ### Steps to reproduce 1. Beacons.addIBeaconsDetection() 2. Beacons.BeaconsEventEmitter.addListener('beaconServiceConnected',.... ``` componentDidMount() { Beacons.addIBeaconsDetection(); this.beaconsServiceDidConnect = Beacons.BeaconsEventEmitter.addListener( 'beaconServiceConnected', () => {...

### Version 1.0.7 RN version 49.3 ### Platform iOS ### OS version iOS 11 ### Steps to reproduce 1. Create default RN project 2. Paste in monitoring.ios.js, fix up imports,...

You worked poorly and will not edit to match the latest version.

### Version 1.0.7 ### Platform iOS ### OS version iOS 12 Xcode 10 ### Steps to reproduce 1. Clone project 2. Run project ### Expected behavior App runs and iBeacon...

enhancement