Set Background Color of Root View in React Native App Activity

How to change complete background color of parent view in react native using css style and apply any color as full layout background. React Native supports root view structure just like HTML and jQuery. You need to create parent view which holds the other views, widgets and components inside it. So…