Skip to content

Commit

Permalink
Update API.md (#2877)
Browse files Browse the repository at this point in the history
rightButtonStyle was missing from the list of scene props
  • Loading branch information
noahhayes authored and aksonov committed Feb 19, 2018
1 parent 0d528d8 commit a935c26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ The basic routing component for this router, all `<Scene>` components require a
| `renderRightButton` | `React.Component` | | React component to render as the right button |
| `renderBackButton` | `React.Component` | | React component to render back button |
| `rightButtonImage` | `Image` | | Image to substitute for the right nav bar button |
| `rightButtonStyle` | `Style` | | Style applied to right button image |
| `rightButtonTextStyle` | `Style` | | Style applied to right button text |
| `success` | `Function` | | If `on` returns a "truthy" value then `success` is called. |
| `tabs`     | `boolean` | `false` | load child scenes as [TabNavigator](https://reactnavigation.org/docs/navigators/tab). Other [Tab Navigator props](https://reactnavigation.org/docs/navigators/tab#TabNavigatorConfig) also apply here. |
Expand Down

0 comments on commit a935c26

Please sign in to comment.