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
This problem has not be related directly with this plugin. nativescript-imagepicker plugin use nativescript-telerik-ui and has it as a dependency in its package.json file.
The problem with webpack has been related with UI for NativeScirpt and this issue will be fixed several days after upcoming release of the nativescript-telerik-ui.
For further info you could keep track on this issue.
I try use webpack and after command npm run start-android-bundle got the error: not find module nativescript-imagepicker.
For correct compilation I replace in package.json property main
from "main": "viewmodel.js", to "main": "viewmodel",
More info: https://docs.nativescript.org/angular/tooling/bundling-with-webpack.html#recommendations-for-plugin-authors
The text was updated successfully, but these errors were encountered: