PeterStaev / nativescript-image-swipe

A NativeScript widget to easily :point_up_2: and :mag: through a list of images
Apache License 2.0
35 stars 21 forks source link

Fix short imports deprecation #39

Open mukaschultze opened 5 years ago

mukaschultze commented 5 years ago

Append the tns-core-modules/ prefix to modules import to prevent errors on compilation due to short imports deprecation

PeterStaev commented 5 years ago

Hey @mukaschultze , first of all thank you for your contribution!

I am aware that the {N} core team is depreciating those short import paths and are pushing all devs to write the full path which seems ridiculous as you have to type an additional 31 symbols for every import. You can read more details on the discussion/suggestions here: NativeScript/NativeScript#4041 (comment)

So for the time being I'm not going to take any actions on fixing this, until the core team decides how will they proceed with this.