By default, every screen I created in react-native project use a very light grey color as its background color. As you see here:
I wonder instead of I set backgroundColor
for each screen of my project, is there a global place in react-native project that I can set the backgroundColor
once for all screens in my project? For example, I would like all my screens use blue color as background color.