-
Notifications
You must be signed in to change notification settings - Fork 28
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
NaN Causes app to crash #147
Comments
This may be helpful to root cause the bug. https://stackoverflow.com/questions/55084493/malformed-calls-from-js-field-sizes-are-different |
I am facing the same issue, did anyone found any fix. The solution is mentioned in the above comment is a bit complex |
Same issue on react native 0.75.2 when I wrap my component with a |
I have this same problem in react native 0.75.2 only on ios |
Here is a very temporary fix, please switch back once a new version is out 🙏. I noticed when I forked the current main, the issue seems to have been fixed. Although, I also added a hook Add this to your package.json. I forked the current main, then created a new repo just for the package. |
Obrigado @thonyromes, funcionou aqui pra min. |
I'm getting this error where the attempt to place the tour modal returns
NaN
for the left positioning. I'm working on ios with [email protected]The text was updated successfully, but these errors were encountered: