react-native-app-bg-color
v0.3.0
Published
Allows to set the app background color
Maintainers
Readme
react-native-app-bg-color
Allows you to change the root app background color from a react native view. Works for both iOS & Android 🎉.
Installation
npm install react-native-app-bg-coloror
yarn add react-native-app-bg-colorUsage
import { setBackgroundColor } from 'react-native-app-bg-color';
// ...
setBackgroundColor('#EC255A');Demo

Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
