UNPKG

react-native-beacons-manager

Version:

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

40 lines (28 loc) 1.34 kB
## 1.0.7 (RELEASE) - iOS: `startRangingBeaconsInRegion` and `startMonitoringForRegion` return promises like android - android: `startRangingBeaconsInRegion` and `startMonitoringForRegion` accept an object like iOS and other methods. *NOTE: it won't prevent from accepting current parameters: `regionId: string` and `beaconUUID: string`: not to break existing.* - add typescript types - fix #40 ## 1.0.6 (RELEASE) - fix #38 ## 1.0.5 (RELEASE) - improved documentation - when you want to understand or something's wrong please have a look at [this detailed documentation + code sample](https://github.com/MacKentoch/react-native-beacons-manager/tree/master/examples/samples) - fix `React Native 0.47` android breaking change: `Remove unused createJSModules` ## 1.0.4 (RELEASE) - same as v1.0.3 (npm publish nightmare...) ## 1.0.3 (RELEASED) - add iOS event `authorizationStatusDidChange` to documentation (=events table in README) - add new layouts: - altBeacon - eddystone (uid, tlm, url) - PR [#13](https://github.com/MacKentoch/react-native-beacons-manager/pull/13) - fixes - iOS monitoring ## 1.0.2 (RELEASED) - fix android monitoring issues when minor and/or minor where null - add monitoring in example ## 1.0.1 (RELEASED) - README and config fixes ## 1.0.0 (RELEASED) - Initial release