Skip to content

Commit cf9df6f

Browse files
authored
Update README.md
1 parent 3947274 commit cf9df6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ var App = React.createClass({
8585
- **`initialPage`** _(Integer)_ - the index of the initially selected tab, defaults to 0 === first tab.
8686
- **`page`** _(Integer)_ - set selected tab(can be buggy see [#126](https://github.com/brentvatne/react-native-scrollable-tab-view/issues/126)
8787
- **`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.
8989
- **`tabBarBackgroundColor`** _(String)_ - color of the default tab bar's background, defaults to `white`
9090
- **`tabBarActiveTextColor`** _(String)_ - color of the default tab bar's text when active, defaults to `navy`
9191
- **`tabBarInactiveTextColor`** _(String)_ - color of the default tab bar's text when inactive, defaults to `black`

0 commit comments

Comments
 (0)