NativeScript / nativescript-fresco

This repository holds the NativeScript plugin that exposes the functionality of the Fresco image library to NativeScript developers.
Apache License 2.0
53 stars 23 forks source link

Nativescript 3.0 failed to find module ui/core/proxy #36

Closed dgomezs closed 7 years ago

dgomezs commented 7 years ago

hi there,

I'm in the process of upgrading my app to Nativescript 3.0 rc and run into this issue. It seems the ui/core/proxy module has been removed and nativescript-fresco is using it. Any plans to update the module to make it compatible with Nativescript 3.0?

Thank you very much in advanced.

VladimirAmiorkov commented 7 years ago

Hi @dgomezs

I just published the migrated plugin for {N} 3.0 to npmjs.com. Simply upgrade your package.json to point to `"nativescript-fresco": "^3.0.2"

dgomezs commented 7 years ago

Thanks. Looking forward to testing it

HemantSPawar commented 7 years ago

1.remove platform,hooks,node modules folder 2.npm cache clean 3.npm install nativescript@next 4.npm install 5.tns run android

done.Thanks.