reactionic
reactionic copied to clipboard
Investigate feasibility of supporting Ionic v2
Create a branch and use sccs files from https://github.com/driftyco/ionic/tree/2.0/ionic to get a feel for how difficult this might be.
👍
Support for ionic v2 would be great
v2 using platform-specific styles for android is really nice 👍 and it's supposed to have a lot of perf improvements, although I don't know how many will translate from angular.
Also, nice project! I'm linking you to the Guide 😊 https://github.com/meteor/guide/pull/406/files
Cool, thanks @lorensr!
PS Sorry for the late reply, bit overloaded :)
I briefly looked into this. TL;DR; it looks like a lot of work. The html/css of almost every (if not all) components has changed in non-trivial ways.
On the upside the platform-specific styles do look really nice, and switching between them would be easy since the html markup remains the same.
Has anyone started work on this?