eddieowens / react-native-boundary

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

Update readme regarding AndroidManifest #42

Closed mikaelengstrom closed 5 years ago

mikaelengstrom commented 5 years ago

I am not 100% if the services is actually needed in the app-manifest, but the receiver for sure is.

I not very familiar with Android development – What do the lib-specific manifest actually do? Is it supposed to be merged with the app-manifest in some way or is it just for development of the library?