Skip to content

Commit 4228267

Browse files
committed
release 0.7.5
1 parent b5f7214 commit 4228267

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# react-native-popup-menu
22

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.
44

55
Features:
66
* Simple to use popup/context menu
@@ -11,7 +11,7 @@ Features:
1111
* Can work as controlled as well as uncontrolled component
1212
* Different lifecycle hooks
1313

14-
![Popup menu](doc/img/context-menu.png)
14+
![Popup menu demo](./android.demo.gif)
1515
## Installation
1616

1717
```
@@ -65,9 +65,5 @@ export const YourComponent = () => (
6565
- [API](doc/api.md)
6666
- [Extension points](doc/extensions.md)
6767

68-
## Demo
69-
70-
![Popup menu preview](./android.demo.gif)
71-
7268
## 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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-popup-menu",
3-
"version": "0.7.4",
3+
"version": "0.7.5",
44
"description": "extensible popup/context menu for react native",
55
"main": "src/index.js",
66
"directories": {

0 commit comments

Comments
 (0)