Filipp Sher
Filipp Sher
Hi there! It seems that we're facing the same issue on our end. Android 12 - no lag or freezes, android 13 (same phone) - freezes/lags after a couple of...
Adding last changes (bumping versions/etc). Sorry about that.
Hey, @TimonPeng! I'd appreciate your review on this one (for some reason, I can't seem to add reviewers, mb missing something, sorry about that)
Also, it seems that version update failed the vercel deployment (or mb something else). Please let me know what seems to be the problem there. Thanks!
@edsolater hey there! Thanks for you comment and feedback. I have to say that I really enjoyed working with the repo, you did an awesome job with store management and...
UPD: I've tried adding `override func removeReactSubview` method to the `RNIContextMenuView` class and it hasn't been called on unmount. But I'm no expert in iOS development, I might be missing...
UPD 2: I think I found a way to force unmount of all children of `ContextMenuView` component. By adding this lifecycle method to `RNIContextMenuView` class, I've started to see the...