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
|`renderNavBar`|`func`| No | This renders the nav bar component | Empty `<View />`|
54
54
|`renderContent`|`func`|**YES**| This renders the scroll view content | - |
55
-
|`backgroundColor`|`string`| No | This is the color of the parallax background (before scrolling up), **will not be used if `backgroundImage` is specified**| Default color is `#777777`|
55
+
|`backgroundColor`|`string`| No | This is the color of the parallax background (before scrolling up), **will not be used if `backgroundImage` is specified**| Default color is `#303F9F`|
56
56
|`backgroundImage`|`image source`| No | This renders the background image of the header | Default is `null`|
57
57
|`navbarColor`|`string`| No | This is the background color of the navbar (after scroll up) | Default color is `3498db`|
58
58
|`title`|`string`| No | This is the title to be display in the header | Default is empty string `‘’`|
0 commit comments