Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackblackCH/250d47e4c19c244c4605e57e6c107c96 to your computer and use it in GitHub Desktop.
Save jackblackCH/250d47e4c19c244c4605e57e6c107c96 to your computer and use it in GitHub Desktop.
- Start with Expo, don't consider to start with react-native only.
- Expo does a lot of important things for you, saving you hours every day.
= Expo in standard mode is called Expo Managed Mode, thats what you want. VS Expo Bare Mode (Ejected project, e.g like having setup with react-native)
- Especially automatic building and uploading the project via CLI is way easier with EXPO managed.
- Once you can't solve a certain thing with Expo only, you can officialy "eject" the project with `expo eject`, this generates the project files for xCode and android
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment