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
{{ message }}
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
I'm getting the above error after adding the plugin (via NS Sidekick) and then importing it in main.ts, and calling appRater.init(.... just before the boostrapping:
import { platformNativeScriptDynamic } from "nativescript-angular/platform";
import { AppModule } from "./app/app.module";
import { appRater } from 'nativescript-rater';
appRater.init({
showNeverButton:false,
debugMode:true
});
platformNativeScriptDynamic().bootstrapModule(AppModule);
The text was updated successfully, but these errors were encountered:
philicomus
changed the title
Can't find variabke
ReferenceError: Can't find variable: SwiftRater
Jan 1, 2020
I'm getting the above error after adding the plugin (via NS Sidekick) and then importing it in main.ts, and calling appRater.init(.... just before the boostrapping:
The text was updated successfully, but these errors were encountered: