Separator
Content
Simple separator component, primarily used with FlatListWrapper
and SectionListWrapper
.
Params
Name | Type | Required | Default value | Description |
---|---|---|---|---|
isFull | boolean | False | true | Should it take whole width or have horizontal margins |
Usage example
FlatListWrapper.defaultProps = {
ItemSeparatorComponent: Separator,
};
<Separator />