Skip to content

v7.0.0

Compare
Choose a tag to compare
@vonovak vonovak released this 07 Mar 00:37
· 91 commits to master since this release

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.