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