Releases: react-navigation/drawer
Releases · react-navigation/drawer
Release 2.3.4
2.3.4 (2020-02-06)
Bug Fixes
- don't disable programmatic open/close of drawer with drawerLockMode (6b02d87), closes #56
Release 2.3.3
2.3.3 (2019-10-30)
Bug Fixes
- hide content while drawer is open from talkback (#132) (419f4a5)
Release 2.3.2
2.3.2 (2019-10-28)
Bug Fixes
- change type of the
navigation
field in DrawerContentComponentProps (#121) (4330382)
- export DrawerLockMode, DrawerIconProps, and DrawerLabelProps (069b888)
- navigation drawer sometimes not closing when pressed outside (#126) (2220252)
Release 2.3.1
2.3.1 (2019-10-21)
Bug Fixes
- expose DrawerItems to maintain backward compat (1980a59)
Release 2.3.0
2.3.0 (2019-10-21)
Bug Fixes
- add
screenProps
to DrawerNavigatorItemsProps (#100) (8d09a81)
Features
- drawer: expose draweropenprogress via react-contextapi (#125) (03f5eb4)
Release 2.2.2
2.2.2 (2019-09-21)
Bug Fixes
- set proper type for screenProps in ScreenComponent (d7559a6)
Release 2.2.1
2.2.1 (2019-09-13)
Bug Fixes
- fix path for declaration file. fixes #99 (7409a53)
Release 2.2.0
2.2.0 (2019-09-12)
Features
- export types for ScreenProps amd ScreenComponent (031d947)
Release 2.1.2
2.1.2 (2019-09-11)
Bug Fixes
Release 2.1.1
2.1.1 (2019-09-09)
Bug Fixes
- add peer dep on react-navigation (8cc9069)
Features