Skip to content

Commit

Permalink
Merge pull request #413 from Froelund/patch-1
Browse files Browse the repository at this point in the history
Added tabBarStyle documentation
  • Loading branch information
aksonov committed Mar 28, 2016
2 parents 514efb2 + a782baa commit d8ddf9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ class App extends React.Component {
| rightButtonStyle | View style | | optional style override for the container of right title / buttons |
| rightButtonTextStyle | Text style | | optional style override for the right title element |
| clone | bool | | Scenes marked with `clone` will be treated as templates and cloned into the current scene's parent when pushed. See example. |
| tabBarStyle | View style | | optional style override for the Tabs component |
| other props | | | all properties that will be passed to your component instance |

## Example
Expand Down

0 comments on commit d8ddf9d

Please sign in to comment.