0.1.1 • Published 2 years ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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