NB WM

Results 9 issues of NB WM

### Version 1.0.1 "react-native-beacons-manager": "git://github.com/MacKentoch/react-native-beacons-manager.git#53c1bda", ### Platform iOS ### OS version iOS 13.3.1 ### Steps to reproduce 1. Install the package through git #53c1bda 2. Launch the App in a...

### Version "react": "16.4.1", "react-native": "0.56.0", "react-native-beacons-manager": "^1.0.7" ### Platform iOS | Android ### Steps to reproduce 1. fresh new app with react-native init 2. install package 3. in componentDidMount:...

## Question How can I list the connected devices? **Steps**: - I start the device scan - I find the device by name and connect to it to check the...

question

Is this related with the new protection implemented in iOS13? I have RN 0.58.9 and react-native-boundary: "^1.1.1"

Hi, "react-native": "0.66.1", "@estimote/react-native-proximity": "https://github.com/Estimote/react-native-proximity.git#13887046", I've also tried with: "@estimote/react-native-proximity": "^0.6.0", Tried with and without this permissions in Manifest: Also tried with and without this service in Manifest: ` `...

Hi, I'm using RN 0.15 for developing an iOS and Android app. If I just require the module like: ``` var { Axes, BarChart, LineChart, makeRange, generateScale } = require('react-native-vs-charts');...

Hi, I know you don't have time to continue this development but I just wanted to know if there's a mistake on using the startMonitoringForRegion or am I missing something....

Hi, I'm trying to use this project in Android. I've tried with several supported devices (Nexus 6P, OP3T, OP6, S8, S9, J7) and the sample app crashes all the time....

Hi, How can we monitor more than 20 beacons in iOS and Android? In iOS: ``` for (let region of regionsToMonitor) { await startMonitoringForRegion(region); } ``` in Android: ``` await...