DEV Community

Discussion on: Global Styling in React Native

Collapse
 
nathguen profile image
Nathan

I think an alternate approach that scales better is to define local components that have styles pre-configured, with the ability to overwrite them. That way you don't have to reference the styles all over the place (that sounds arduous).

Thank you for the ideas here though. :) I appreciate you taking the time to write it out for others to review :D