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
|`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`|
74
115
|`extraScrollHeight`|`number`| No | This is the extra scroll height (after scrolling to bottom & exceed the headerMaxHeight) | Default is `50`|
75
116
|`navbarColor`|`string`| No | This is the background color of the navbar (after scroll up) | Default color is `#3498db`|
76
-
|`title`|`string`| No | This is the title to be display in the header | Default is empty string `‘’`|
117
+
|`title`|`string`| No | This is the title to be display in the header | Default is empty string `‘’`|
77
118
|`titleStyle`|`style`| No | This is the title style to override default font size/color | Default to `color: ‘white’ `text and `fontSize: 16`|
78
119
|`scrollEventThrottle`|`number`| No | This is the scroll event throttle | Default is `16`|
79
-
120
+
|`contentContainerStyle`|`style`| No | This is the contentContainerStyle style to override default `<ScrollView>` contentContainerStyle style | Default to null |
121
+
|`contentStyle`|`style`| No | This is the inner content style to override default `<View>` style inside `<ScrollView>` component | Default to null |
0 commit comments