You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ var App = React.createClass({
85
85
-**`initialPage`**_(Integer)_ - the index of the initially selected tab, defaults to 0 === first tab.
86
86
-**`page`**_(Integer)_ - set selected tab(can be buggy see [#126](https://github.com/brentvatne/react-native-scrollable-tab-view/issues/126)
87
87
-**`children`**_(ReactComponents)_ - each top-level child component should have a `tabLabel` prop that can be used by the tab bar component to render out the labels. The default tab bar expects it to be a string, but you can use anything you want if you make a custom tab bar.
88
-
-**`tabBarUnderlineStyle`**_(String)_ - style of the default tab bar's underline.
88
+
-**`tabBarUnderlineStyle`**_([View.propTypes.style](https://facebook.github.io/react-native/docs/view.html#style))_ - style of the default tab bar's underline.
89
89
-**`tabBarBackgroundColor`**_(String)_ - color of the default tab bar's background, defaults to `white`
90
90
-**`tabBarActiveTextColor`**_(String)_ - color of the default tab bar's text when active, defaults to `navy`
91
91
-**`tabBarInactiveTextColor`**_(String)_ - color of the default tab bar's text when inactive, defaults to `black`
0 commit comments