-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App Freeze on iOS #223
Comments
Hi @plotic! Could you please provide us with the following information:
|
hey @jmtaber129 thanks for the answer. |
We have this same issue, except in our case it is much harder to identify which Component is "missing" an accessibilityLabel. |
Tested on 0.15.0 and the |
Unbelievable..... I just got bitten by this as well. react-native: 0.67.5 We had stack navigator containing screen which consisted of an animation wrapped in a view with an The crash report produced when the app was killed lead us here:
As suggested, merely adding an |
Prerequisites:
react-native 0.62.2
React Navigation 5
We created a loading screen before entering into the app.
Taping on an 'empty' screen inside the stack navigator is triggering recursive infinite loop on RCTRecursiveAccesibilityLabel.
The only way to fix it is by setting accessibilityLabel on View.
For example:
Fix
The text was updated successfully, but these errors were encountered: