I'm posting this here since github.com/mistsys/react-native-mistsdk is not found.
The integration guide in this repo states that MistVirtualBeacon contains more data than is available on react-native-mistsdk onUpdateVirtualBeaconList callback.
such as :
url - string
position - BeaconPosition
additionalInfo - AdditionalInfo
The use case is that I'd like to draw the vBeacons on a map showed in a react-native app. Also the distance attribute in AdditionalInfo (Distance of the virtual beacon from the client device) would be a great help when triggering events when getting near beacons.
I'm posting this here since github.com/mistsys/react-native-mistsdk is not found.
The integration guide in this repo states that MistVirtualBeacon contains more data than is available on react-native-mistsdk onUpdateVirtualBeaconList callback.
such as :
url - string
position - BeaconPosition
additionalInfo - AdditionalInfo
The use case is that I'd like to draw the vBeacons on a map showed in a react-native app. Also the distance attribute in AdditionalInfo (Distance of the virtual beacon from the client device) would be a great help when triggering events when getting near beacons.