Skip to content

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

@ekoooo

Description

@ekoooo

bug code from

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

fix code

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

Finally, thanks for providing this library.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions