So, there's no docs on how to use this in NS. I checked out the solution provided on #2 but it doesn't seem to work. The app crashes on this.BeaconDiscover = new BeaconDiscover('API_KEY'); giving the following error.
Also, not sure if it works for android cause the import import {BeaconDiscover, Beacon} from "nativescript-kontaktio"; points to the export * from './index.ios';
So, there's no docs on how to use this in NS. I checked out the solution provided on #2 but it doesn't seem to work. The app crashes on
this.BeaconDiscover = new BeaconDiscover('API_KEY');
giving the following error.Also, not sure if it works for android cause the import
import {BeaconDiscover, Beacon} from "nativescript-kontaktio";
points to theexport * from './index.ios';
Any help would be most welcomed