I'm a huge fan of styled components and I use them extensively with React. I find the code much clearer without inline styles, and I can build some kind of UI Kit easily with it.
I can't recall where I read that, but it seems that they're not as great for React Native. Can anyone share their experience, and whether they have a similar solution?
Top comments (6)
I use Styled Components without any problem so far
That's what my intuition is, so this is reassuring.
++
I'm currently using Native Base and Styled Components, for the moment everything is looking pretty && working just fine :)
I use github.com/robinpowered/glamorous-...
Thanks, I heard about glamorous but I haven't had a chance to try it yet. Will look into it.