Przemase
Przemase
Proper webpack.config.js const webpack = require("@nativescript/webpack"); const { resolve } = require('path'); module.exports = (env) => { webpack.init(env); // Learn how to customize: // https://docs.nativescript.org/webpack webpack.chainWebpack(config => { config.resolve.alias.set('./map-view', resolve(__dirname,...
That's works great for android even on 6.5.1 version of native
The same error on ios 12.4 on emulator and real device This isue is releate with https://github.com/NativeScript/nativescript-datetimepicker/issues/78 Modify datetimepicker.ios.js with this to fix it DateTimePicker._applyDialogSpinnersColors = function (nativePicker, nativeContainer, color,...
This fix works ok