Releases: mpiannucci/react-native-context-menu-view
Releases · mpiannucci/react-native-context-menu-view
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
Version 1.1.1
- Small fixes to types and README
Thanks @jacobp100
Version 1.1.0
All improvements thanks to @jacobp100
- Adds
index
to action callback API - Add destructive and disabled menu button attributes for iOS and Android
- Adds improved documentation.
Version 1.0.4
Fixes typescript types