farfromrefuge

Results 1511 comments of farfromrefuge

Ok I am OK with 2 packages: @sblendid/adapter-nativescript sblendid-nativescript Need to find time to write it now ;)

@VladimirAmiorkov I wrote a basic iOS version of the fresco module [here](https://github.com/Akylas/nativescript-fresco). Basic features work, especially loading images ;) Some feature like decoding, blur.... are not developed yet but will...

@VladimirAmiorkov had to move forward. For now the plugin is now called nativescript-image and hosted here: https://github.com/Akylas/nativescript-image I kept your directory structure but rewrote quite a few things. Still want...

@etabakov already published and working as nativescript-image

@triniwiz agreed

I am actually already doing that in my webpack configs My way is to require another webpack config which is part of an npm package. That way I share it...

@edusperoni i see will try! thanks

@DimitarTachev It s not a good solution for me. You can see the source of the issue here: https://github.com/NativeScript/nativescript-angular/issues/1430

@DimitarTachev I already use what I think is a better solution for me even if it Is a little bit tedious. I use ```resolve.alias``` to tell Webpack to use js...

I am actually needing this to translate keys that are present in preferences.xml. I want to use localize for that too!