We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e88621d commit eb43e0cCopy full SHA for eb43e0c
docs/API.md
@@ -48,6 +48,7 @@
48
| `navigationBarStyle` | `Style` | | Style applied to nav bar |
49
| `hideNavBar` | `boolean` | `false` | hide the nav bar |
50
| `title` | `string` | | Text to be displayed in the center of the nav bar. |
51
+| `renderTitle` | `React.Component` | | React component to render title for nav bar |
52
| `titleStyle` | `Style` | | Style applied to the title |
53
| `onLeft` | `Function` | | Called when the left nav bar button is pressed. |
54
| `onRight` | `Function` | | Called when the right nav bar button is pressed. |
0 commit comments