Skip to content
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

fix: stop using dynamic imports in React Native entrypoint #428

Merged
merged 1 commit into from
Mar 2, 2022

Conversation

filipef101
Copy link
Contributor

Hey, just an update on what I had done before, react native metro bundler doesn't support dynamic requires.
Thanks!

Hey, just an update on what I had done before, react native metro bundler doesn't support dynamic imports.
Thanks!
@codecov
Copy link

codecov bot commented Mar 1, 2022

Codecov Report

Merging #428 (644ba9e) into master (fd85e40) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #428   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          539       539           
  Branches        36        36           
=========================================
  Hits           539       539           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fd85e40...644ba9e. Read the comment docs.

@jonahsnider jonahsnider changed the title Fix importing module in react native fix: stop using dynamic imports in React Native entrypoint Mar 2, 2022
@jonahsnider jonahsnider merged commit ef84db6 into jonahsnider:master Mar 2, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Mar 2, 2022

🎉 This PR is included in version 4.4.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@filipef101 filipef101 deleted the patch-2 branch March 2, 2022 10:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants