1.0.1 • Published 6 years ago
react-native-component-separator v1.0.1
react-native-component-separator
A separator component for React Native

Install
yarn add react-native-component-separator
# or
npm install react-native-component-separator --saveUsage
import { Left } from 'react-native-component-separator';
<Left borderColor="#e0e0e0" color="#616161">Example</Left>;Props
| Prop | Type | default | Description |
|---|---|---|---|
borderColor | String | #e0e0e0 | line color |
color | String | #616161 | font color |
How to start developing?
cd exampleyarn installnpm link ../yarn run storybookreact-native run-android