release 0.7.5
This commit is contained in:
parent
b5f72140d6
commit
4228267720
10
README.md
10
README.md
|
@ -1,6 +1,6 @@
|
||||||
# react-native-popup-menu
|
# 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:
|
Features:
|
||||||
* Simple to use popup/context menu
|
* Simple to use popup/context menu
|
||||||
|
@ -11,7 +11,7 @@ Features:
|
||||||
* Can work as controlled as well as uncontrolled component
|
* Can work as controlled as well as uncontrolled component
|
||||||
* Different lifecycle hooks
|
* Different lifecycle hooks
|
||||||
|
|
||||||
![Popup menu](doc/img/context-menu.png)
|
![Popup menu demo](./android.demo.gif)
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -65,9 +65,5 @@ export const YourComponent = () => (
|
||||||
- [API](doc/api.md)
|
- [API](doc/api.md)
|
||||||
- [Extension points](doc/extensions.md)
|
- [Extension points](doc/extensions.md)
|
||||||
|
|
||||||
## Demo
|
|
||||||
|
|
||||||
![Popup menu preview](./android.demo.gif)
|
|
||||||
|
|
||||||
## Contributing
|
## 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.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "react-native-popup-menu",
|
"name": "react-native-popup-menu",
|
||||||
"version": "0.7.4",
|
"version": "0.7.5",
|
||||||
"description": "extensible popup/context menu for react native",
|
"description": "extensible popup/context menu for react native",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
|
Loading…
Reference in New Issue