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
Using IOS platform on emulator & passing a nativeView object, from a reference.
tns version 4.1.2. iOS & android both 3.0.0 within package.json within tns-core-modules
Using IOS platform on emulator & passing a nativeView object, from a reference.
tns version 4.1.2. iOS & android both 3.0.0 within package.json within tns-core-modules
Blur artifacts also visible.
full package.json dependencies
{
"name": "app",
"version": "1.0.0",
"description": "A native application built with NativeScript-Vue",
"author": "soup",
"license": "Proprietary",
"scripts": {
"build": "webpack --env.tnsAction build",
"build:android": "npm run build -- --env.android",
"build:ios": "npm run build -- --env.ios",
"debug": "webpack --watch --env.tnsAction debug",
"debug:android": "npm run debug -- --env.android",
"debug:ios": "npm run debug -- --env.ios",
"watch": "webpack --watch --env.tnsAction run",
"watch:android": "npm run watch -- --env.android",
"watch:ios": "npm run watch -- --env.ios",
"clean": "rimraf dist"
},
"dependencies": {
"mdi": "^2.2.43",
"nativescript-animate-sass": "0.0.2",
"nativescript-blur": "^2.0.0",
"nativescript-camera": "^4.1.1",
"nativescript-dev-sass": "^1.6.0",
"nativescript-gradient": "^2.0.1",
"nativescript-screenshot": "0.0.2",
"nativescript-theme-core": "^1.0.4",
"nativescript-ui-core": "^1.0.1",
"nativescript-ui-sidedrawer": "^4.1.1",
"nativescript-vue": "^1.3.1",
"tns-core-modules": "4.2.0-2018-06-14-04",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^3.0.2",
"fs-extra": "^5.0.0",
"nativescript-vue-externals": "^0.2.0",
"nativescript-vue-loader": "^0.1.5",
"nativescript-vue-target": "^0.1.0",
"nativescript-vue-template-compiler": "^1.3.1",
"node-sass": "^4.7.2",
"ns-vue-loader": "^0.1.2",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.7",
"vue-template-compiler": "^2.5.16",
"webpack": "^3.11.0",
"webpack-synchronizable-shell-plugin": "0.0.7",
"winston-color": "^1.0.0"
},
"nativescript": {
"id": "org.nativescript.vuecc",
"tns-ios": {
"version": "4.2.0-2018.6.26.3"
},
"tns-android": {
"version": "4.2.0-2018-05-31-01"
}
}
}
The text was updated successfully, but these errors were encountered: