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
61
|`renderContent`|`func`|**YES**| This renders the scroll view content | - |
62
+
|`headerHeight`|`number`| No | This is the header maximum height | Default to `200`|
55
63
|`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
64
|`backgroundImage`|`image source`| No | This renders the background image of the header | Default is `null`|
65
+
|`backgroundImageScale`|`number`| No | This is the image scale (after scrolling to bottom & exceed the headerHeight) | Default is `1.5`|
66
+
|`extraScrollHeight`|`number`| No | This is the extra scroll height (after scrolling to bottom & exceed the headerHeight) | Default is `50`|
57
67
|`navbarColor`|`string`| No | This is the background color of the navbar (after scroll up) | Default color is `3498db`|
58
68
|`title`|`string`| No | This is the title to be display in the header | Default is empty string `‘’`|
59
69
|`titleStyle`|`style`| No | This is the title style to override default font size/color | Default to `color: ‘white’ `text and `fontSize: 16`|
60
-
|`headerHeight`|`number`| No | This is the header maximum height | Default to `200`|
61
70
|`scrollEventThrottle`|`number`| No | This is the scroll event throttle | Default is `16`|
0 commit comments