0.1.2 • Published 6 months ago

react-native-app-ui-mode v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

react-native-app-ui-mode

React Native App User Interface Mode

Installation

npm install react-native-app-ui-mode
or
yarn add react-native-app-ui-mode

Usage

import AppUiMode from 'react-native-app-ui-mode';

// ...

//"dark" | "light" | "system"
AppUiMode.setStyle('dark');

Contributing

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

License

MIT