Skip to content

Releases: instea/react-native-popup-menu

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.