1.1.0 • Published 7 months ago

@react-native-ui-components/color v1.1.0

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

@react-native-ui-components/color

Color module for React Native

Installation

npm install @react-native-ui-components/color

Usage

import { colors } from '@react-native-ui-components/color';

// ...
<View style={{
	backgroundColor: colors.red
}}>

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