Driversnote-Dev / react-native-kontaktio

React Native (iOS and Android) library for Kontakt.io beacons (and all other beacons)
MIT License
112 stars 48 forks source link

[iOS] TypeError: stopRangingBeaconsInAllRegions(...).then is not a function #122

Open ekoooo opened 7 months ago

ekoooo commented 7 months ago

bug code from

https://github.com/Driversnote-Dev/react-native-kontaktio/blob/ce932cb127f505a939dea59882269ef292abf842/index.ts#L142-L143

fix code

const stopRangingBeaconsInAllRegions: () => Promise<void> =
    KontaktModule.stopRangingBeaconsInAllRegions;

Finally, thanks for providing this library.