PeterStaev / NativeScript-Drop-Down

A NativeScript DropDown widget.
Apache License 2.0
105 stars 65 forks source link

Ivy support #245

Closed relez closed 4 years ago

relez commented 4 years ago

Hi there... I am getting this error when trying to run my app on iOS:

tns run ios --env.aot

This likely means that the library (nativescript-drop-down/angular) which declares DropDownModule has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

Do I need to do any further configuration on ngcc.config.js file?

Thanks!

PeterStaev commented 4 years ago

Hey @relez ,

I've just tested and Ivy support is present in the ProPlugins NPM version of the plugin.

All future work of this plugin will be available exclusively as part of ProPlugins initiative. So if you want to get the latest updates/fixes/features make sure you subscribe to the service. You get all my plugins plus many of the most used and high quality plugins for a small monthly subscription fee.

PeterStaev commented 4 years ago

Actually further looking I was wrong, and from what I see there is no guide on how to migrate plugins...

PeterStaev commented 4 years ago

Angular 9 Support is now available in the new version of the plugin available in the ProPlugins NPM registry.

All future work of this plugin will be available exclusively as part of ProPlugins initiative. So if you want to get the latest updates/fixes/features make sure you subscribe to the service. You get all my plugins plus many of the most used and high quality plugins for a small monthly subscription fee.