Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.99 KB

CHANGELOG.md

File metadata and controls

39 lines (29 loc) · 1.99 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Fixed

  • setParams applies to the navigation object it is called on even if that is the navigation object for a navigation view (more details in react-navigation#4497)

Fixed

  • Update react-navigation-drawer to fix regression in toggleDrawer

Fixed

  • transitionConfig in stack navigator no longer passes incorrect fromTransitionProps when navigating back

Changed

  • Refactor internals to make it play more nicely with web

Fixed

  • const defaultGetStateForAction = SwitchBasedNavigator.router.getStateForAction no longer throws error.
  • Updated react-navigation-drawer to 0.4.1 which should fix issues related to automatically closing drawer when changing routes.

Changed

  • Improved examples