Skip to content

Releases: instea/react-native-popup-menu

fixed warning in RN0.57

04 Dec 21:21
Compare
Choose a tag to compare

see #128

also updated TS definitions (thanks to @Cygra and @npmun )

add support for longpress trigger

06 Nov 07:15
Compare
Choose a tag to compare

thanks to @j-ornelas

others:

  • #128 update imports

Partial support for RN SafeAreaView

31 Jul 05:59
Compare
Choose a tag to compare
  • ContextMenu should now try to avoid "unsafe" area (other renderers don't for now)
  • New warnings regarding multiple MenuProvider instances

Community Support for react-native-desktop

27 Jul 08:12
Compare
Choose a tag to compare

thanks to @vkjr

v0.13.2 - support for RN 0.56 ( #111 )

More explicit error for unsupported RN versions

04 May 20:07
Compare
Choose a tag to compare
v 0.13.1 - more explicit error

yellow box gets hidden below red box

React 16.3 updates

27 Apr 17:43
70c8197
Compare
Choose a tag to compare

We have replaced deprecated React lifecycle methods as well as old (and from start deprecated) React context API

Breaking changes:

  • React Native 0.55+ is required now
  • If you are using Popup Menu's old React context API, please upgrade to new API (see doc or MenuMethodsExample)

Fix for typescript definitions

17 Apr 18:18
17f1a20
Compare
Choose a tag to compare

Typescript definitions

15 Apr 12:02
Compare
Choose a tag to compare
  • Added typescript definitions (@jokester )
  • (Possible) fix for devices with strange pixel density (see #85 )

Added support for react-native-web

06 Apr 08:38
Compare
Choose a tag to compare

This support is unofficial - driven by community. Thanks to @johakr - see #87

Now it is possible to wait for closing menu also directly on menu instance.

12 Mar 15:51
Compare
Choose a tag to compare

Menu.open/close now returns promise (similarly to MenuProvider API).