You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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';
Any help would be most welcomed
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: