frostney / react-native-ibeacon

:satellite: iBeacon support for React Native
MIT License
375 stars 54 forks source link

Add check if proximityUUID exists #49

Closed ca057 closed 7 years ago

ca057 commented 7 years ago

Using the react-native-ibeacon together with the react-native-background-geolocation throws an error described in #35. This PR simply implements the commented solution. The changes were tested with existing beacons, no errors or unwanted behaviour was observed.

plbrault commented 7 years ago

@frostney Any update on this?