An open API service indexing awesome lists of open source software.

https://github.com/rhdeck/react-native-daynight

Set daynight for react-native android apps
https://github.com/rhdeck/react-native-daynight

Last synced: over 1 year ago
JSON representation

Set daynight for react-native android apps

Awesome Lists containing this project

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

```bash
yarn add -D react-native-daynight-android
# or
npm i --save-dev react-native-daynight-android
```

## Usage

```bash
react-native set-daynight
```

That's it! Build and enjoy your app starting in darkmode.