UNPKG

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.

7 lines (6 loc) 252 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KontaktModule = void 0; const react_native_1 = require("react-native"); exports.KontaktModule = react_native_1.NativeModules.KontaktBeacons; exports.default = module;