From 300MB to 7GB plus a full hang is even worse. Yeah, it’s not a leak, but an infinite traversal bug. In some very rare and not reliably reproducible cases, nested touchables can trigger this bug and completely freeze the app in our case. Adding a fallback `accessibilityLabel` did the trick.
Comments
I'm definitely not an expert but I think the only way to make nested pressable actions available to accessibility tech would be to expose them as accessibilityActions on the outermost pressable.