-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Error with RN 0.57: java.lang.String cannot be cast to AccessibilityDelegateUtil #597
Comments
Maybe a bug in React Native? Related: facebook/react-native#21754 |
Same issue |
Same, this happens when I use the Button, as it says in the documentation. |
same issue |
While this is urgent i use some work around for this |
same here in 0.57.3 |
It's a bug in React Native 0.57.3. You need to downgrade to 0.57.1 or lower. I'm closing this issue since we can't fix it in paper. |
@satya164 Sorry to say u give Proper solution then close any issue. Solution :- 1.delete your node_modules directory (rm -rf node_modules/) |
same issue,i think its a bug |
@httol It's bug in react-native. Check this comment - #597 (comment) |
Current behaviour
With RN version 0.57, on android, in a new application created with react-native init every component crash the application with the following error:
Code sample
Your Environment
The text was updated successfully, but these errors were encountered: