TabController.PageCarousel
TabController's PageCarousel component
(code example)
info
This component extends ScrollView props.
note
You must pass asCarousel
flag to TabController and render your TabPages inside a PageCarousel
Usageβ
Live Editor
<TabController.PageCarousel> {_.map(items, (item, key) => { return (); })} </TabController.PageCarousel>
Result
Loading...