Skip to main content

Separator

Content​

Simple separator component, primarily used with FlatListWrapper and SectionListWrapper.

Params​

NameTypeRequiredDefault valueDescription
isFullbooleanFalsetrueShould it take whole width or have horizontal margins

Usage example​

FlatListWrapper.defaultProps = {
ItemSeparatorComponent: Separator,
};
      <Separator />