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

Updated README to support newer versions of Expo SDK #300

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andrija29
Copy link

Reason

Previous README.md file's section about updating metro configuration was not working for newer versions of the Expo SDK.

Explanation

Expo uses it's internal metro configuration that get's overridden when you have .metro.config.js file in your project root folder. With the code from the previous README.md file Expo couldn't bundle the app correctly because it was missing parts of the Expo's default metro configuration.
Update was made according to the official Expo documentation found here: https://docs.expo.dev/guides/customizing-metro/

@markrickert
Copy link
Contributor

@andrija29 Check out my upgrades in #301. This PR should be merged along with that one.

@andrija29
Copy link
Author

@andrija29 Check out my upgrades in #301. This PR should be merged along with that one.

Great work guys! Will merge it as soon as this gets approved and your PR gets merged.

@markrickert
Copy link
Contributor

Ping to merge this one now that #301 has landed! @andrija29

@andrija29
Copy link
Author

Ping to merge this one now that #301 has landed! @andrija29

Would love to but I do not have write access to force this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants