Skip to content

Commit cde116d

Browse files
ma96optomasroos
authored andcommitted
add prop types about tabbar's styles (#1041)
1 parent 68bdf62 commit cde116d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ const ScrollableTabView = createReactClass({
3838
onChangeTab: PropTypes.func,
3939
onScroll: PropTypes.func,
4040
renderTabBar: PropTypes.any,
41+
tabBarUnderlineStyle: ViewPropTypes.style,
42+
tabBarBackgroundColor: PropTypes.string,
43+
tabBarActiveTextColor: PropTypes.string,
44+
tabBarInactiveTextColor: PropTypes.string,
45+
tabBarTextStyle: PropTypes.object,
4146
style: ViewPropTypes.style,
4247
contentProps: PropTypes.object,
4348
scrollWithoutAnimation: PropTypes.bool,

0 commit comments

Comments
 (0)