Skip to content

Releases: mpiannucci/react-native-context-menu-view

Version 1.4.0

17 Mar 17:29
3bcd164
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.1...v1.4.0

Version 1.3.1

09 Mar 20:25
Compare
Choose a tag to compare

What's Changed

  • Gradle 7: replace maven with maven-publish by @fakeheal in #45

New Contributors

Full Changelog: v1.3.0...v1.3.1

Version 1.3.0

14 Feb 18:50
7ea2271
Compare
Choose a tag to compare

What's Changed

  • Update example to react-native 0.66.1 and fix react 17 peer dependency error by @a7med-mahmoud in #39
  • Update dependencies by @mpiannucci in #44

New Contributors

  • @a7med-mahmoud made their first contribution in #39
  • @mpiannucci made their first contribution in #44

Full Changelog: v.1.2.1...v1.3.0

Version 1.2.1

23 Dec 22:52
dc5263c
Compare
Choose a tag to compare

Fix Typings. Thanks @jacobp100

Version 1.2.0

11 Dec 21:53
Compare
Choose a tag to compare

Adds support for nested menus within context menus on iOS, with the option to display the children actions inline or in their own sub menu. For more info see README.md or index.d.ts

Version 1.1.6

18 Nov 19:31
c81c893
Compare
Choose a tag to compare

Version 1.1.5

13 Nov 19:26
e3de6fe
Compare
Choose a tag to compare

Fixes for the backgorund color prop, thanks @jacobp100

Version 1.1.4

04 Nov 15:21
fdd6171
Compare
Choose a tag to compare
  • Change iOS target preview to use a clear background, thank you @mrousavy !!

Version 1.1.3

17 Sep 15:52
Compare
Choose a tag to compare

Version 1.1.2

27 Jul 18:13
Compare
Choose a tag to compare

Fix long press robustness on Android. Thanks @alessandrod