Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update API.md to include rightButtonStyle in scene props #2877

Merged
merged 1 commit into from
Feb 19, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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