Here’s the PR: github.com/facebook/rea...
Here’s the PR: github.com/facebook/rea...
Maestro suggests migrating to the new arch, but the real bottleneck is this accessibility label generation logic.
Maestro suggests migrating to the new arch, but the real bottleneck is this accessibility label generation logic.
When it queries the root view of your app, RN will recurse through every single view and concatenate every bit of text. This then repeats for each view.
In our case it would take 30 secs 🐢
When it queries the root view of your app, RN will recurse through every single view and concatenate every bit of text. This then repeats for each view.
In our case it would take 30 secs 🐢
RN has a feature that generates accessibility labels by recursively combining text from children, useful when you don’t pass it as a prop.
RN has a feature that generates accessibility labels by recursively combining text from children, useful when you don’t pass it as a prop.