react-native-android-dark-mode
v0.1.0
Published
test
Downloads
1
Maintainers
Readme
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