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 Dec 19, 2021. It is now read-only.
Android/Both
Android versions All, both device and emulator
tns --version
to fetch it) => 6.8.0"tns-ios": {
"version": "6.5.4"
},
"tns-android": {
"version": "6.5.3"
}
package.json
file of yourproject and paste your dependencies and devDependencies here)
"dependencies": {
"@angular/animations": "~8.2.0",
"@angular/common": "~8.2.0",
"@angular/compiler": "~8.2.0",
"@angular/core": "~8.2.0",
"@angular/forms": "~8.2.0",
"@angular/http": "~8.0.0-beta.10",
"@angular/platform-browser": "~8.2.0",
"@angular/platform-browser-dynamic": "~8.2.0",
"@angular/router": "~8.2.0",
"@nativescript/theme": "~2.2.1",
"@ngrx/effects": "^10.1.2",
"@ngrx/entity": "^10.1.2",
"@ngrx/store": "^10.1.2",
"@ngrx/store-devtools": "^10.1.2",
"core-js": "^2.6.9",
"istanbul-instrumenter-loader": "^3.0.1",
"nativescript-angular": "~8.20.0",
"nativescript-camera": "^4.5.0",
"nativescript-drop-down": "^5.0.6",
"nativescript-material-bottomsheet": "^3.3.2",
"nativescript-mediafilepicker": "^3.0.2",
"nativescript-modal-datetimepicker": "^1.2.3",
"nativescript-pdf-view": "^2.4.3",
"nativescript-plugin-firebase": "^10.6.3",
"nativescript-secure-storage": "^2.6.2",
"nativescript-ui-sidedrawer": "^8.0.1",
"nativescript-unit-test-runner": "^0.7.0",
"nativescript-urlhandler": "^1.3.0",
"reflect-metadata": "~0.1.12",
"rxjs": "~6.4.0",
"tns-core-modules": "~6.3.0",
"tns-platform-declarations": "^6.5.15",
"tslib": "1.10.0",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.0",
"@angular/cli": "~8.3.0",
"@angular/compiler-cli": "~8.2.0",
"@nativescript/schematics": "~1.0.0",
"@nativescript/tslint-rules": "~0.0.5",
"@ngrx/schematics": "^10.1.2",
"@types/jasmine": "3.4.0",
"@types/jasminewd2": "~2.0.3",
"@types/karma": "^3.0.3",
"@types/node": "~8.9.4",
"codelyzer": "^5.0.0",
"copy-webpack-plugin": "5.1.1",
"jasmine-core": "~3.4.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "4.3.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage": "^2.0.1",
"karma-coverage-istanbul-reporter": "^2.1.0",
"karma-jasmine": "2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"karma-junit-reporter": "^2.0.1",
"karma-nativescript-launcher": "0.4.0",
"karma-remap-istanbul": "^0.6.0",
"karma-sonarqube-unit-reporter": "^0.0.19",
"karma-spec-reporter": "^0.0.32",
"karma-typescript": "^4.1.1",
"karma-webpack": "3.0.5",
"nativescript-dev-webpack": "^1.4.1",
"node-sass": "^4.7.1",
"protractor": "~5.4.0",
"tns-android": "6.5.3",
"tns-ios": "6.5.4",
"ts-node": "~7.0.0",
"tslint": "~5.15.0",
"typescript": "~3.5.3"
}
on App launch when trying to show loading indication inside on init of page , getting error:
JS: Error creating Loading Indicator Pop Over: Cannot read property 'android' of null
The text was updated successfully, but these errors were encountered: