release 0.7.5

This commit is contained in:
sodik 2017-05-19 22:20:54 +02:00
parent b5f72140d6
commit 4228267720
2 changed files with 4 additions and 8 deletions

View File

@ -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
@ -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
```
@ -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.

View File

@ -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": {