Skip to content

Commit f33fa29

Browse files
committed
Update readme a little bit
1 parent 80d0be8 commit f33fa29

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
11
# react-native-context-menu
22

3+
Use native context menu functionality from React Native. On iOS this uses `UIMenu` functionality, and on Android it uses a `PopUpMenu`.
4+
35
## Getting started
46

57
`$ npm install react-native-context-menu --save`
68

79
### Mostly automatic installation
810

9-
`$ react-native link react-native-context-menu`
11+
```bash
12+
cd ios/
13+
pod install
14+
```
1015

1116
## Usage
1217
```javascript
13-
import ReactNativeContextMenu from 'react-native-context-menu';
18+
import ContextMenu from 'react-native-context-menu';
1419

1520
// TODO: What to do with the module?
16-
ReactNativeContextMenu;
1721
```
22+
23+
More coming soon.
24+
25+
See `example/` for basic usage.

example/android/app/debug.keystore

-2.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)