DEV Community

How do you style components with React Native?

Sten on August 09, 2018

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 so...
Collapse
 
guidovizoso profile image
Guido Vizoso

I use Styled Components without any problem so far

Collapse
 
stenpittet profile image
Sten

That's what my intuition is, so this is reassuring.

Collapse
 
imrvelj profile image
Ivan Mrvelj

++

Collapse
 
code_maestro profile image
𝔱𝔥𝔢 𝔴𝔞𝔯𝔪𝔢𝔰𝔱

I'm currently using Native Base and Styled Components, for the moment everything is looking pretty && working just fine :)

Collapse
 
kayis profile image
K
Collapse
 
stenpittet profile image
Sten

Thanks, I heard about glamorous but I haven't had a chance to try it yet. Will look into it.