Releases: mpiannucci/react-native-context-menu-view
Releases · mpiannucci/react-native-context-menu-view
Version 1.4.0
What's Changed
- add preview builder by @nucleartux in #46
New Contributors
- @nucleartux made their first contribution in #46
Full Changelog: v1.3.1...v1.4.0
Version 1.3.1
Version 1.3.0
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
Fix Typings. Thanks @jacobp100
Version 1.2.0
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
- Fix typing error, thanks @jacobp100
Version 1.1.5
Fixes for the backgorund color prop, thanks @jacobp100
Version 1.1.4
- Change iOS target preview to use a clear background, thank you @mrousavy !!
Version 1.1.3
- Fix Typescript types (Thanks @maartenvanvliet !!)
Version 1.1.2
Fix long press robustness on Android. Thanks @alessandrod