eddieowens / react-native-boundary

Native implementation of geofencing/region monitoring
Apache License 2.0
121 stars 72 forks source link

Make android and IOS interface consistent #41

Open mikaelengstrom opened 5 years ago

mikaelengstrom commented 5 years ago

The previous interface did emit one event per boundary for IOS with id as a string, whereas the android version did send an array of strings.