We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b61066 commit a9a8e76Copy full SHA for a9a8e76
src/wikitude.common.ts
@@ -3,7 +3,7 @@ import { ContentView, Property } from '@nativescript/core';
3
import { fromNativeSource } from '@nativescript/core/image-source';
4
// import { isIOS } from '@nativescript/core';
5
6
-import { ScreenCaptureSuccessEventData, ScreenCaptureFailedEventData, JSONReceivedEventData, WorldLoadFailedEventData, WorldLoadSuccessEventData } from './typings/wikitude.d';
+import { ScreenCaptureSuccessEventData, ScreenCaptureFailedEventData, JSONReceivedEventData, WorldLoadFailedEventData, WorldLoadSuccessEventData } from './wikitude.d';
7
8
export class Common extends ContentView implements IWikitudeEventListener {
9
0 commit comments