@logo-rn/shared-utils
v0.2.11
Published
@logo-rn packages utils
Downloads
580
Readme
@logo-rn/shared-utils
Utils contain the needs of the components.
Installation
npm install @logo-rn/shared-utils
Usage
import { PRIMARY_COLOR } from '@logo-rn/shared-utils/utils/constants/CSS_CONSTANTS';
// ...
<Text style={{color: PRIMARY_COLOR}}>Text Here!</Text>
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