Releases: vonovak/react-navigation-header-buttons Releases · vonovak/react-navigation-header-buttons
v10.0.0 10 Oct 16:49
Compare Sorry, something went wrong.
No results found What's Changed Breaking Changes requires RN 0.65: Fix removeEventListener warning in rn0.65 by @YaoHuiJi in #157 New Contributors Full Changelog : v9.0.1...v10.0.0
v9.0.1 27 Oct 22:53
Compare Sorry, something went wrong.
No results found This release includes
feat: use requestAnimationFrame in touchables (#155 ) fix: extend TouchableWithoutFeedback in interface of HeaderItemProps (#156 ) Thanks to @brunohkbx !
v9.0.0 27 Aug 16:46
Compare Sorry, something went wrong.
No results found BREAKING this version requires RN 0.65 and newer New features allow action sheet items to be disabled: #149 this version is also tested to work with react-navigation 6
v8.0.0 24 Aug 23:15
Compare Sorry, something went wrong.
No results found BREAKING spaceAboveMenu
previously only applied to android, now applies to all platforms Fixed bugs expo SDK >= 41 are supported (#120 ) this version is also tested to work with react-navigation 6
v7.0.2 14 Jul 09:03
Compare Sorry, something went wrong.
No results found fixed bugs:
OverflowMenu wrong onPress callback called with overflowMenuPressHandlerActionSheet #140 v7.0.0 07 Mar 00:37
Compare Sorry, something went wrong.
No results found BREAKING: requires react navigation v5
New features support react navigation theme (#118 ) - that means the library will automatically pick colors for ripple effect, text and icons from React Navigation OverflowMenu
's OverflowIcon
can now be a component as well as an element. When you pass a component, it will obtain color
prop. Fixed bugs library would throw an exception when component with hooks was placed under <OverflowMenu />
. This will no longer happen, see docs . v6.3.1 06 Mar 23:34
Compare Sorry, something went wrong.
No results found New Features allow overflow button customization #116 v6.3.0 06 Mar 16:26
Compare Sorry, something went wrong.
No results found do not use this release, use 6.3.1 instead
v6.2.0 04 Feb 12:00
Compare Sorry, something went wrong.
No results found New features allow custom text transforms in buttons #112 v6.1.0 01 Feb 10:32
Compare Sorry, something went wrong.
No results found New features Option to adjust the space above OverflowMenus on android #110