Skip to content

Commit 454e1c4

Browse files
committed
update docs for TabController PageCarousel
1 parent 2265d81 commit 454e1c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/tabController/PageCarousel.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const {Code, block, call} = Animated;
99
/**
1010
* @description: TabController's Page Carousel
1111
* @example: https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/TabControllerScreen/index.js
12+
* @notes: You must pass `asCarousel` flag to TabController and render your TabPages inside a PageCarousel
1213
*/
1314
class PageCarousel extends PureComponent {
1415
static displayName = 'TabController.PageCarousel';

0 commit comments

Comments
 (0)