DEV Community

skptricks
skptricks

Posted on

Set Background Color of Root View in React Native

Post Link : Set Background Color of Root View in React Native

This post explains how to set or change background color of RootView in React Native application using CSS stylesheet design. You can change the background of main activity/screen, by specifying backgroundColor attribute of stylesheet design in parent view layout (or RoorView) . This will make App’s starting screen look and feel better.

Set Background Color of Root View in React Native

Read More...

Top comments (0)