Skip to content

Releases: instea/react-native-popup-menu

New Slide-in menu available

31 May 15:40
Compare
Choose a tag to compare

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

30 May 07:58
Compare
Choose a tag to compare

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

20 May 14:08
Compare
Choose a tag to compare
  • 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

18 May 07:35
Compare
Choose a tag to compare

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.