-
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
Can't find variable: setTimeout in react-native #1235
Comments
Hello, thanks for submitting an issue. Could you please provide a bit more detail.
|
I had the same issue, tried to reproduce it but it was really hard. I think it might have something to do with shared dependencies of amplify and appsync or it is some kind of race issue when installing the dependencies. The solution for me was to remove the appsync dependencies from package.json, delete yarn.lock 😞, delete node_modules and reinstalling (yarn install). Thereafter I re-added the appsync dependencies and ran yarn install. I was not able to consistently reproduce the error in a test repo so I think it might be some race issue when yarn installing 🤷♂️ or the order of calling yarn add ... My yarn version is 1.3.2 |
Closing this issue. Feel free to reopen if you still have this issue. |
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
I got this error when run react-native in release mode
The text was updated successfully, but these errors were encountered: