Skip to content

v1.2.0

Choose a tag to compare

@vonovak vonovak released this 21 Jun 06:20
· 211 commits to master since this release

This release includes a new onOverflowMenuPress?: ({ hiddenButtons: Array<React.Element<*>> })=>any prop which you can use to handle tapping on the overflow button. This may be handy if the default handlers do not fit your needs.

onOverflowMenuPress accepts a single parameter - an object with hiddenButtons key.