UNPKG

rn-single-multi-deletable-select

Version:

A react native reusable component with 3 options: single select, multi select and deletable items with option to show image and text or just text.

7 lines (5 loc) 92 B
interface SpacerProps { size?: number; isVertical?: boolean; } export { SpacerProps };