DEV Community

Discussion on: Add dark mode to your react native app

Collapse
 
aymkin profile image
Oleksandr Naumkin

That is good. But there is another question. How to manage styles if you keep styles in separate sibling file, for example style.js. In that case you will not be able to use hooks.
Sure, you may use StyledComponents, but we do not consider that case.
How do you manage that?

Collapse
 
aymkin profile image
Oleksandr Naumkin