nativescript-image-swipe
nativescript-image-swipe copied to clipboard
Fix short imports deprecation
Append the tns-core-modules/ prefix to modules import to prevent errors on compilation due to short imports deprecation
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.