Closed ludwiktrammer closed 7 years ago
Hi @ludwiktrammer ,
I updated the demo application located here to NativeScript 2.5.0 and was not able to reproduce the mentioned issue. Can you try to reproduce it in the demo app and let me know.
Closing this issue due to no activity.
For what it's worth, after upgrading to NS 3.0 the issue disappeared.
nativescript-fresco worked great for me with NativeScript 2.4. But after I upgraded to NativeScript 2.5 I get this error when I try to build my application:
node_modules/nativescript-fresco/references.d.ts(1,1): error TS6053: File '/my-project-folder/node_modules/nativescript-fresco/node_modules/tns-core-modules/tns-core-modules.d.ts' not found.
Changing the first line in nativescript-fresco's
references.d.ts
from:to
seems to fix the issue.