Hello, everyone!
I was very surprised that this project, which I wrote 4 years ago, is used by a large number of people. Thank you!
For now, there will be minimal changes to the code and how the menu works. The goal was only to update the code base.
Breaking changes
-
Typescript. Types support will be out of the box.
Thanks to @KoreanThinker for develop of custom typings. -
Renamed
button
toanchor
andonHidden
toonRequestClose
. -
Menu
is now controlled byvisible
prop.
It is no longer necessary to use refs. -
Menu
export by name, not by default export.
Now you have to use thisimport { Menu } from 'react-native-material-menu'
-
MenuItem
now usesPressable
.