We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d0be8 commit f33fa29Copy full SHA for f33fa29
README.md
@@ -1,17 +1,25 @@
1
# react-native-context-menu
2
3
+Use native context menu functionality from React Native. On iOS this uses `UIMenu` functionality, and on Android it uses a `PopUpMenu`.
4
+
5
## Getting started
6
7
`$ npm install react-native-context-menu --save`
8
9
### Mostly automatic installation
10
-`$ react-native link react-native-context-menu`
11
+```bash
12
+cd ios/
13
+pod install
14
+```
15
16
## Usage
17
```javascript
-import ReactNativeContextMenu from 'react-native-context-menu';
18
+import ContextMenu from 'react-native-context-menu';
19
20
// TODO: What to do with the module?
-ReactNativeContextMenu;
21
```
22
23
+More coming soon.
24
25
+See `example/` for basic usage.
example/android/app/debug.keystore
-2.2 KB
0 commit comments