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 ### OS version iOS 13. ### Steps to reproduce 1. We have created a sample project 2. We are able to run ### Expected...

Version 1.1.0 Platform Android OS version Android 12 General versions react-native: 068.0 react: 17.0.2 beacon library: 1.1.0 pod. 1.11.3 npm: 9.2.0 node: 18.1.0 Steps to reproduce react-native init myTestApp --version=0.68.0...

Hi. I bought a small device which emit Beacon signal. In app such as Beacon Scanner I can see this device, but when I want find it through this package,...

Bumps [debug](https://github.com/debug-js/debug) from 2.6.1 to 2.6.9. Release notes Sourced from debug's releases. 2.6.9 Patches Remove ReDoS regexp in %o formatter: #504 Credits Huge thanks to @​zhuangya for their help! release...

dependencies

Pointing to the last commit #fed160c on master, the library did not compile with mi react-native project. I have to make this change to be able to compile. Thanks

Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.3 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...

dependencies

Bumps [moment](https://github.com/moment/moment) from 2.29.2 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

### Plugin Version 1.0.7 ### Platform iOS ### OS version iOS 16 ### Steps to reproduce 1. Create test app: react-native init RnBackgroundTest 2. install the library react-native-geolocation ( https://github.com/transistorsoft/react-native-background-geolocation)...

I'm facing issue in Android only, getting Distance & Proximity in iOS. I'm using "Locate Beacon" app on android device to transmit signal. here is my code: try { Beacons.detectIBeacons();...