react-native-kontaktio
Version:
React-native module for detecting [Kontakt.io](http://kontakt.io/) beacons. You have to own some Kontakt.io beacons, configure them via their managment console and have your api-key handy.
10 lines (9 loc) • 320 B
TypeScript
import type { ConfigType, KontaktType } from './types';
export declare const KontaktModule: any;
/**
* Methods shared in android and iOS
*/
export declare const configure: (params?: ConfigType | undefined | null) => Promise<void>;
export * from './types';
declare const _default: KontaktType;
export default _default;