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.
2 parents 266b5f0 + eb43e0c commit 495ac5eCopy full SHA for 495ac5e
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