0.1.0 • Published 3 years ago

react-native-android-dark-mode v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-native-android-dark-mode

change OS to dark mode

Installation

npm install react-native-android-dark-mode

Usage

import { setNightMode } from "react-native-android-dark-mode";

// ...

setNightMode(isNightmode)

Contributing

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

License

MIT


Made with create-react-native-library