react-native-press-menu
Version:
a component reacts to user's long press action and offers a customizable menu. (like pinterest)
29 lines (16 loc) • 472 B
Markdown
## react-native-press-menu
PressMenu 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.
### Examples
### Usage
**install from npm**
``` shell
npm install --save react-native-press-menu
```
**import in project**
``` js
import PressMenu from 'react-native-press-menu';
```
## Properties
### Instance methods
LICENSE MIT