a component reacts to user's long press action and offers a customizable menu. (like pinterest)
npm install react-native-press-menuPressMenu component for React Native Application (ios / android).
This component reacts to user's long press action on hooked UI View and offers a customizable menu, inspired by Pinterest's interaction.
install from npm
`` shell`
npm install --save react-native-press-menu
import in project
` js``
import PressMenu from 'react-native-press-menu';
LICENSE MIT