Releases: instea/react-native-popup-menu
Releases · instea/react-native-popup-menu
New Slide-in menu available
New slide-in menu is now available in addition to default (standard) context menu. Don't like any of them? Create your own renderer and plug it inside.
Add support for declarative control
Now you can control the menu in both ways - imperatively via instance methods or declaratively via props.
Aditional improvements
- Using only simple text menu options - now you can use handy shorthand property
text
- see examples.
Compatibility improvements
- re-compute menu position on device rotation
- custom options renderer
- menu children validation (required MenuOptions and MenuTrigger)
- popup menu is positioned above the menu trigger
- preserved order of menu children
- menu position computed using MenuContext dimensions instead of window dimensions
- option to enable debug logging
Initial public release
This version is initial public release of popup menu component that can be used as drop-in replacement of https://github.com/jaysoo/react-native-menu that should work with React Native 0.26 and additionally should not suffer of high CPU usage or ocational 'undefined' errors.