react-native-popover-menu
react-native-popover-menu copied to clipboard
[Android, iOS] App crash when add icons in menus
Error: You attempted to set the key icon
with the value {"name":{"family":"Material Design Icons","name":"face-recognition","color":"#000000","size":20,"glyph":"ﱗ"},"family":"","glyph":"","color":"","size":0}
on an object that is meant to be immutable and has been frozen.
It's happen when close popover and open popover again.
when you click on button that time only you prepare menu array and assign to RNPopoverMenu.Show. It will work
I see the same matter when I click the menu second.