v1.2.0
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.