react-navigation-header-buttons

Easily render header buttons for react-navigation

MIT License

Downloads
9.8K
Stars
843
Committers
24
react-navigation-header-buttons - v12.0.1 Latest Release

Published by vonovak 2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/vonovak/react-navigation-header-buttons/compare/v12.0.0...v12.0.1

react-navigation-header-buttons - v12.0.0

Published by vonovak 6 months ago

What's Changed

Full Changelog: https://github.com/vonovak/react-navigation-header-buttons/compare/v11.2.1...v12.0.0

react-navigation-header-buttons - v11.2.1

Published by vonovak 9 months ago

What's Changed

Full Changelog: https://github.com/vonovak/react-navigation-header-buttons/compare/v11.2.0...v11.2.1

react-navigation-header-buttons - v11.2.0

Published by vonovak 9 months ago

What's Changed

Full Changelog: https://github.com/vonovak/react-navigation-header-buttons/compare/v11.1.1...v11.2.0

react-navigation-header-buttons - v11.1.1

Published by vonovak about 1 year ago

react-navigation-header-buttons - v11.1.0

Published by vonovak about 1 year ago

What's Changed

Full Changelog: https://github.com/vonovak/react-navigation-header-buttons/compare/v11.0.1...v11.1.0

react-navigation-header-buttons - v11.0.1

Published by vonovak about 1 year ago

What's Changed


New Contributors

Full Changelog: https://github.com/vonovak/react-navigation-header-buttons/compare/v11.0.0...v11.0.1

react-navigation-header-buttons - v11.0.0

Published by vonovak over 1 year ago

What's Changed

BREAKING:

  • requires RN 71 / Expo 48
  • renamed OverflowMenuProvider to HeaderButtonsProvider and made it required
  • removed Flow typings

Full Changelog: https://github.com/vonovak/react-navigation-header-buttons/compare/v10.0.0...v11.0.0

react-navigation-header-buttons - v10.0.0

Published by vonovak about 2 years ago

What's Changed

Breaking Changes

New Contributors

Full Changelog: https://github.com/vonovak/react-navigation-header-buttons/compare/v9.0.1...v10.0.0

react-navigation-header-buttons - v9.0.1

Published by vonovak almost 3 years ago

This release includes

  • feat: use requestAnimationFrame in touchables (#155)
  • fix: extend TouchableWithoutFeedback in interface of HeaderItemProps (#156)

Thanks to @brunohkbx!

react-navigation-header-buttons - v9.0.0

Published by vonovak about 3 years ago

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

react-navigation-header-buttons - v8.0.0

Published by vonovak about 3 years ago

BREAKING

  • spaceAboveMenu previously only applied to android, now applies to all platforms

Fixed bugs

this version is also tested to work with react-navigation 6

react-navigation-header-buttons - v7.0.2

Published by vonovak over 3 years ago

fixed bugs:

  • OverflowMenu wrong onPress callback called with overflowMenuPressHandlerActionSheet #140
react-navigation-header-buttons - v7.0.0

Published by vonovak over 3 years ago

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.
react-navigation-header-buttons - v6.3.1

Published by vonovak over 3 years ago

New Features

  • allow overflow button customization #116
react-navigation-header-buttons - v6.3.0

Published by vonovak over 3 years ago

do not use this release, use 6.3.1 instead

react-navigation-header-buttons - v6.2.0

Published by vonovak over 3 years ago

New features

  • allow custom text transforms in buttons #112
react-navigation-header-buttons - v6.1.0

Published by vonovak over 3 years ago

New features

  • Option to adjust the space above OverflowMenus on android #110
react-navigation-header-buttons - v6.0.2

Published by vonovak almost 4 years ago

fix: Add children key in HeaderButtonsProps (#107) (#108)

react-navigation-header-buttons - v6.0.1

Published by vonovak almost 4 years ago

Package Rankings
Top 2.05% on Npmjs.org
Related Projects