You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| backgroundSource |http://i.imgur.com/6Iej2c3.png| string | The background image for the header (url) |
80
+
| windowHeight | SCREEN_HEIGHT * 0.5 | number | The height of the header window |
81
+
| navBarTitle | Katy Friedson | string | The title to be display on the NavBar header |
82
+
| userName | Katy Friedson | string | The user name displayed in the collapsable header view |
83
+
| userImage |http://i.imgur.com/uma9OfG.jpg| string | The user image displayed in the collapsable header view |
84
+
| userTitle | Engineering Manager | string | The user title displayed in the collapsable header view |
85
+
| headerView | Profile View | custom object | Pass in a custom object to override the default header view |
86
+
| leftIcon | menu | object | Pass in the left icon name and type as an object. ```leftIcon={{name: 'rocket', color: 'red', size: 30, type: 'font-awesome'}}```|
87
+
| rightIcon | present | object | Pass in the right icon name and type etc as an object. ```rightIcon={{name: 'user', color: 'blue', size: 30, type: 'font-awesome'}}```|
88
+
|*children*| List View | React Components | Render any react views/components as children and these will be rendered below the headerView |
0 commit comments