Created
December 27, 2021 10:15
-
-
Save jackblackCH/250d47e4c19c244c4605e57e6c107c96 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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