npm react-native-screens 2.9.0

latest releases: 3.31.1, 3.31.0, 3.31.0-rc.1...
3 years ago

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.

Don't miss a new react-native-screens release

NewReleases is sending notifications on new releases.