Skip to content

Commit

Permalink
release 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sodik82 committed May 19, 2017
1 parent b5f7214 commit 4228267
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# react-native-popup-menu

Extensible popup menu component for React Native for both Android and iOS.
Extensible popup menu component for React Native for Android, iOS and (unofficially) UWP.

Features:
* Simple to use popup/context menu
Expand All @@ -11,7 +11,7 @@ Features:
* Can work as controlled as well as uncontrolled component
* Different lifecycle hooks

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

```
Expand Down Expand Up @@ -65,9 +65,5 @@ export const YourComponent = () => (
- [API](doc/api.md)
- [Extension points](doc/extensions.md)

## Demo

![Popup menu preview](./android.demo.gif)

## Contributing
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.
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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-popup-menu",
"version": "0.7.4",
"version": "0.7.5",
"description": "extensible popup/context menu for react native",
"main": "src/index.js",
"directories": {
Expand Down

0 comments on commit 4228267

Please sign in to comment.