Skip to content

A small utility that allows you to control the root app background color from ReactNative views.

License

Notifications You must be signed in to change notification settings

aswin-s/react-native-app-bg-color

Repository files navigation

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-color

or

yarn add react-native-app-bg-color

Usage

import { setBackgroundColor } from 'react-native-app-bg-color';

// ...

setBackgroundColor('#EC255A');

Demo

demo

Contributing

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

License

MIT

About

A small utility that allows you to control the root app background color from ReactNative views.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published