-
-
Notifications
You must be signed in to change notification settings - Fork 279
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
Dynamic require() breaks RN 49.0+ #214
Comments
Yep, but I can confirm that fixing this in realm way realm/realm-js@e1b70c2 does fix the issue but... there is a debate going on here facebook/metro#52 (packager for React Native) if this shouldn't be fixed on packager itself. |
…d changes in metro bundler facebook/metro#69
@konradkierus make a pull request |
@danieloprado I didn't want to do this as there is still a debate on metro-bundler if it shouldn't have an option to allow dynamic imports facebook/metro#65 |
This error appears when trying to run our app with react native 0.49. It appears to be breaking a few other libraries including realm and moment.js (facebook/react-native#16216)
The text was updated successfully, but these errors were encountered: