We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68bdf62 commit cde116dCopy full SHA for cde116d
index.js
@@ -38,6 +38,11 @@ const ScrollableTabView = createReactClass({
38
onChangeTab: PropTypes.func,
39
onScroll: PropTypes.func,
40
renderTabBar: PropTypes.any,
41
+ tabBarUnderlineStyle: ViewPropTypes.style,
42
+ tabBarBackgroundColor: PropTypes.string,
43
+ tabBarActiveTextColor: PropTypes.string,
44
+ tabBarInactiveTextColor: PropTypes.string,
45
+ tabBarTextStyle: PropTypes.object,
46
style: ViewPropTypes.style,
47
contentProps: PropTypes.object,
48
scrollWithoutAnimation: PropTypes.bool,
0 commit comments