TabController.PageCarousel
- Dev
UsageCode Example
<TabController>
<TabController.PageCarousel>
{_.map(items, (item, key) => {
return <TabController.TabPage index={key}/>;
})}
</TabController.PageCarousel>
</TabController>

TIP
This component extends the ScrollView props.
APIThis is the list of additional props for the component