Allows you to change the root app background color from a react native view. Works for both iOS & Android 🎉.
npm install react-native-app-bg-color
or
yarn add react-native-app-bg-color
import { setBackgroundColor } from 'react-native-app-bg-color';
// ...
setBackgroundColor('#EC255A');
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT