Skip to main content
Version: 2.3.2

Divider

Dividers are visual separators of content. Use Divider when you want to make a distinction between sections of content.

Usage

import { Divider } from 'react-native-elements';

<Divider style={{ backgroundColor: 'blue' }} />;

Props

Also receives all View props


Reference

style

Style of the divider

TypeDefault
style object{height: 1, backgroundColor: #e1e8ee}