-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
[iOS]: Time out waiting for modules to be invalidated! #15941
Comments
I am also facing the same issue. Are you able to solve it? |
{display: 'none'} cause this bug |
I dont use |
In my case the issue was using i.e
Seems like it might be a memory access issue where where the component is loaded, the icon begins loading, the component is removed, the icon finishes loading, and that error occurs. That's just my theory. |
I am having the same problem. It just happened, still don't know what caused it or how to solve it. Really hope that someone can tell me what cause this and how to solve it. |
I am also facing the same issue. It happens when the Keyboard is hidden and the orientation is in landscape mode. |
Same issue here, I am also using Edit: I am not using any |
Added some NSLog and found that it's |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions. |
was anyone able to fix this issue i'm facing the same issue on iOS everything works fine on android |
Remove letterSpacing if you use it on styles for non English it's will solved the issue, |
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
react-native -v
: 0.48.3node -v
: v6.8.1npm -v
: 3.10.8yarn --version
:Then, specify:
Steps to Reproduce
(Write your steps here:)
If the '<Text>' contains any Chinese characters, an exception is thrown.
Expected Behavior
Actual Behavior
(Write what happened. Add screenshots!)
The text was updated successfully, but these errors were encountered: