SkeletonView
- Dev
UsageCode Example
<SkeletonView
template={SkeletonView.templates.LIST_ITEM}
showContent={isAvailable}
renderContent={<ListItem><Text grey10 text60 marginL-10>The item</Text></ListItem>}
times={10}
/>

INFO
This component support margin modifiers.
APIThis is the list of additional props for the component