Skip to content

v1.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@cesardeazevedo cesardeazevedo released this 16 Apr 12:39
· 50 commits to master since this release

This patch changes the StatusBars translucent behavior, now translucent is disabled by default, and you should pass the translucent prop either on ScrollingAppBarLayout, or MergedAppBarLayout, which just adjusts the AppBar top margins, and doesn't change anything on the translucent itself, earlier versions automatically enables translucent on StatusBars, now it won't, and you should handle the translucent directly on the react-native StatusBar component.

New props added

ScrollingAppBarLayout:

  • barStyle
  • barStyleTransparent
  • translucent

MergedAppBarLayout

  • barStyle
  • barStyleTransparent
  • translucent