Instead of styling each element individually, let's say background color of many elements on different pages / components in my react native apps...
What is the best practice of the global styling for the common elements? The efficient way. Thanks guys.
PS : I'm using function instead of class and I'm new to this react-native thing.