File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1
1
# react-native-popup-menu
2
2
3
- Extensible popup menu component for React Native for both Android and iOS .
3
+ Extensible popup menu component for React Native for Android, iOS and (unofficially) UWP .
4
4
5
5
Features:
6
6
* Simple to use popup/context menu
@@ -11,7 +11,7 @@ Features:
11
11
* Can work as controlled as well as uncontrolled component
12
12
* Different lifecycle hooks
13
13
14
- ![ Popup menu] ( doc/img/context-menu.png )
14
+ ![ Popup menu demo ] ( ./android.demo.gif )
15
15
## Installation
16
16
17
17
```
@@ -65,9 +65,5 @@ export const YourComponent = () => (
65
65
- [ API] ( doc/api.md )
66
66
- [ Extension points] ( doc/extensions.md )
67
67
68
- ## Demo
69
-
70
- ![ Popup menu preview] ( ./android.demo.gif )
71
-
72
68
## Contributing
73
- Contributions are welcome! Just open an issues with any idea or pull-request if it is no-brainer. Make sure all tests and linting rules pass.
69
+ Contributions are welcome! Just open an issues with any idea or pull-request if it is no-brainer. Make sure all tests and linting rules pass.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-popup-menu" ,
3
- "version" : " 0.7.4 " ,
3
+ "version" : " 0.7.5 " ,
4
4
"description" : " extensible popup/context menu for react native" ,
5
5
"main" : " src/index.js" ,
6
6
"directories" : {
You can’t perform that action at this time.
0 commit comments