Using the following snippet I see from the logging that Item has no excessive renders but React Profiler sees updates continuously in batches of 2 (one for each instance of ReactNativeZoomableView).
I experience the exact same issue, I see almost 5 updates per second with nothing happening at all. React Profile says the reason is due to parent getting rendered but parent is not getting updated either.
Using the following snippet I see from the logging that
Item
has no excessive renders but React Profiler sees updates continuously in batches of 2 (one for each instance ofReactNativeZoomableView
).