Problemunvalidated
in every component I have to call this hook with my specific style `const styles = useStyles();` — A performant React Native theme manager/changer. Tension: I'd like to avoid that (or hide this) and simply only have to import them before using them. Outcome: Currently, I have this implementation.
4923d106-0b18-4571-acb7-f55bd661198e
in every component I have to call this hook with my specific style const styles = useStyles(); — A performant React Native theme manager/changer. Tension: I'd like to avoid that (or hide this) and simply only have to import them before using them. Outcome: Currently, I have this implementation.