Skip to content

2.9.0

Compare
Choose a tag to compare
@WoLewicki WoLewicki released this 19 Jun 19:48

Minor release adding the compilation of the files before publishing #517 by @satya164, changing the company logo #537 by @jakub-gonet and clarification of README by @brentvatne.

It also adds #545 by @brentvatne, which introduces additional padding to the header, which is a BREAKING CHANGE and will cause the header to have too much top padding in case of not having a translucent status bar.

There are two ways to handle it:

  1. Recommended - use translucent status bar via RN StatusBar component (if you already don't use it) - https://reactnative.dev/docs/statusbar#translucent.
  2. Set headerTopInsetEnabled to false (it is true by default) if you want an opaque status bar.