-
Notifications
You must be signed in to change notification settings - Fork 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
Agenda View is breaking Android #476
Comments
Hello, looks like this is not related to calendars library |
Hello @tautvilas I have the same problem mentioned above, I just added the example inside the project, my project uses React Navigation and Redux. |
How is it not related to this library?
But library contains code that is not compatible with Android. |
If anyone stumbles on the same issue. |
I saw this, which worked out smoothly. facebook/react-native#20902 (comment)
|
Please make our job easier by filling this template out to completion. If you're requesting a feature instead of reporting a bug, please feel free to skip the Environment and Reproducible Demo sections.
Description
when I try to load the adgenda on android this is the error I get
undefined is not a function(evaluating '_iteratortypeof Symbol === "function"?Symbol.iterator:"@@iterator"')
I have attached a screen shot of expo. I know the problem involves JS engine not being able to support
"for of" I have tried polyfills but nothing works does anyone have any idea of what to do ?
The text was updated successfully, but these errors were encountered: