react-native-menu / menu

UIMenu Component for React Native
MIT License
997 stars 59 forks source link

Add hitSlop support (#627) #888

Closed elliottkember closed 2 months ago

elliottkember commented 3 months ago

Overview

Adds the hitSlop parameter to the menu component so that small buttons can still be pressed.

Contains @thomasttvo's changes from #627, updated for the latest version of the library.

Test Plan

marcosrdz commented 2 months ago

@Naturalclar any chance u have the chance to review?