Files
react-navigation/packages/native-stack/CHANGELOG.md
satyajit.happy de2b6d8715 chore: publish
- @react-navigation/compat@5.0.0-alpha.9
 - @react-navigation/core@5.0.0-alpha.17
 - @react-navigation/drawer@5.0.0-alpha.16
 - @react-navigation/example@5.0.0-alpha.15
 - @react-navigation/material-bottom-tabs@5.0.0-alpha.15
 - @react-navigation/native-stack@5.0.0-alpha.4
 - @react-navigation/native@5.0.0-alpha.13
 - @react-navigation/stack@5.0.0-alpha.28
2019-10-22 10:58:35 +02:00

1.8 KiB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.0.0-alpha.4 (2019-10-22)

Features

  • native-stack: add support for large title attributes (#135) (6cf1a04)

5.0.0-alpha.3 (2019-10-18)

Bug Fixes

  • remove top margin when header is hidden in native stack. fixes #131 (fb726ee)

5.0.0-alpha.2 (2019-10-18)

Bug Fixes

  • fix header font size config in native stack (#128) (477c088)

5.0.0-alpha.1 (2019-10-15)

Bug Fixes

  • increase hitSlop of back button on Android (c7da1e4)
  • update supported options for native stack (b71f4e5)

Features