react-native-daynight-android
v1.0.0
Published
Add daynight theme to react-native android projects
Downloads
1
Maintainers
Readme
react-native-daynight-android
Set daynight for react-native android apps
Changes the parent for your app's theme to DayNight
, making the default background and the control bar go dark when the app is in "Night" mode.
Installation
yarn add -D react-native-daynight-android
# or
npm i --save-dev react-native-daynight-android
Usage
react-native set-daynight
That's it! Build and enjoy your app starting in darkmode.