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
* docs: update README
* feat: add new property for elevation
* feat: update examples
BREAKING CHANGE: Default paddingTop, borderBottomWidth & borderBottomColor have moved from the wrapper header component to the component provided from the user/dev
|`TopNavBarComponent`| Rendered on top of the screen as a navbar when scrolling to the top | JSX.Element | true |
77
-
|`HeaderComponent`| A component to use on top of header image. It can also be used without header image to render a custom component as header. | JSX.Element | false |
78
-
|`HeaderNavbarComponent`| Rendered on top of the header. Transitions to TopNavbarComponent as you scroll | JSX.Element | false |
79
-
|`headerMaxHeight`| Height of the header (headerImage or HeaderComponent). Default value is 300 | number | false |
80
-
|`topBarHeight`| Height of the top navbar. Default value is 90 | number | false |
|`TopNavBarComponent`| Rendered on top of the screen as a navbar when scrolling to the top | JSX.Element | true |
77
+
|`HeaderComponent`| A component to use on top of header image. It can also be used without header image to render a custom component as header. | JSX.Element | false |
78
+
|`HeaderNavbarComponent`| Rendered on top of the header. Transitions to TopNavbarComponent as you scroll | JSX.Element | false |
79
+
|`headerMaxHeight`| Height of the header (headerImage or HeaderComponent). Default value is 300 | number | false |
80
+
|`topBarHeight`| Height of the top navbar. Default value is 90 | number | false |
81
+
|`topBarElevation`|[ANDROID ONLY] Elevation of the top navbar. Default value is 0 | number | false |
0 commit comments