@deboxsoft/react-native-elements
Version:
React Native Elements & UI Toolkit
28 lines (18 loc) • 410 B
Markdown
id: version-0.19.1-divider
title: Divider
original_id: divider
Example divider usage
```js
<Divider style={{ backgroundColor: 'blue' }} />
```
### Props
* [`style`](#style)
# Reference
### `style`
Style of the divider
| Type | Default |
| :----------: | :-----------------------------------: |
| style object | {height: 1, backgroundColor: #e1e8ee} |