dominicstop / react-native-ios-context-menu

A react-native component to use context menu's (UIMenu) on iOS 13/14+
MIT License
544 stars 25 forks source link

Auxiliary View stops working after using a preview #73

Closed nandorojo closed 11 months ago

nandorojo commented 1 year ago

I need to isolate this a bit, but I notice that sometimes the Auxiliary view works perfectly, but then suddenly it stops working altogether, I think after opening a view with a preview. Any ideas @dominicstop? Happy to pay you to fix this :)

nandorojo commented 1 year ago

Actually, I think the problem is that the Auxiliary view randomly starts not rendering after a different one has been opened a few times. I'm using it on a bunch of chat message items, maybe that's why

nandorojo commented 1 year ago

I'm not exactly sure what it is yet...but I know the issue is essentially this:

After a context menu opening enough times from a chat app, eventually the Auxiliary just stops working altogether.

nandorojo commented 1 year ago

Could it be related to shouldEnableAggressiveCleanup maybe?

nandorojo commented 11 months ago

This was due to using Zeego in a FlashList and I'm no longer getting this error. Closing