dominicstop / react-native-ios-context-menu

A react-native component to use context menu's (UIMenu) on iOS 13/14+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auxiliary View stops working after using a preview

nandorojo opened this issue · comments

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 :)

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

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.

Could it be related to shouldEnableAggressiveCleanup maybe?

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