You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
#3290 introduced recursive algorithm to obtain accessibility label from children. However, unlike in React Native, it allocates `String` at every recursive call. This may lower the performance as those allocations come at high cost.
## Test plan
Accessibility labels are inferred as before.
0 commit comments