diff --git a/README.md b/README.md index 0d6d61d..3720254 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 776cc7d..24c9312 100644 --- a/package.json +++ b/package.json @@ -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": {