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

Eject expo to rn #19

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Eject expo to rn #19

wants to merge 3 commits into from

Conversation

pierrelstan
Copy link
Collaborator

@pierrelstan pierrelstan commented Jul 5, 2023

  • Prebuild expo react-native to the bare workflow
  • Update the README

@dadiorchen dadiorchen requested a review from dagmawig July 6, 2023 07:38
Comment on lines +13 to +19
# Build your native Android project
- npx expo run:android

# or

# Build your native Ios project
- npx expo run:ios
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But @pierrelstan after ejection, we don't need expo anymore right? what's the command to start the project?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We still need the expo. The only difference is that when we prebuild the Expo app, we can customize the Android and Ios native apps.
According to the documentation, after prebuild the project, that is how to build the native apps locally.
https://docs.expo.dev/workflow/prebuild/

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, got it, thank you

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