React Native Popup Menu Versions Save

Popup menu component for React Native

v0.16.0

1 year ago

Breaking change:

We have changed when the backhandler is registered. Initially it was registered during the mount but then it might happen that it was "overshaddowed" by another library.

Not the handler is registered after the menu is firstly opened. This as consequence might break functionality for custom backhandlers when they handle other things like closing the menu.

0.15.13

1 year ago

0.15.10

3 years ago

Now you can use new testID prop.

0.15.9

3 years ago
  • added TS definitions for withMenuContext
  • apply RTL also for not animated menu

0.15.7

4 years ago

Now you can check if menu is open directly via ref. Thanks to @LinusU Plus TS definitions were enhanced.

0.15.5

5 years ago

now it is possible conveniently access longpress of menu trigger via API

0.15.4

5 years ago

thanks to @oxyii

0.15.2

5 years ago

see #150

0.15.1

5 years ago

#145: fix by @JesseRWeigel

pls upgrade to 0.15.2

0.15.0

5 years ago

#127: thanks to @JesseRWeigel