prscX / react-native-popover-menu

React Native: Native Popover Menu
Apache License 2.0
483 stars 54 forks source link

[Android, iOS] App crash when add icons in menus #52

Open nhuttam opened 4 years ago

nhuttam commented 4 years ago

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.

harsh-kyatch commented 4 years ago

when you click on button that time only you prepare menu array and assign to RNPopoverMenu.Show. It will work

zuijiusi commented 3 years ago

I see the same matter when I click the menu second.