Mapwize / mapwize-sdk-react-native

Integrate Mapwize Indoor Maps & Wayfinding in your React Native apps
MIT License
4 stars 0 forks source link

Ibeacon implementation for Android #10

Closed rajahuda closed 3 years ago

rajahuda commented 3 years ago

Is it possible to integrate Ibeacon in this project in order to get the user location? How can I get started to implement this function into my project? I have set up my beacons in Mapwize studio already.

m3ftah commented 3 years ago

Hello,

The iBeacon Location Provider is not yet supported by the Mapwize SDK for React Native.

If you really need to integrate iBeacon into a React Native project, you have two solutions:

  1. You can implement the Native Component, using the Android and iOS native providers.
  2. You can use the userLocation prop to set the user location. You will have to use the Mapwize Beacon Api and use a React Native Beacon Manager yourself.

For any specific requests you can contact us at support@mapwize.io.

rajahuda commented 3 years ago

Thank you so much. I'm still working on it