- Node
- JDK
- Git
npm install --global expo-cli
expo init <PROJECT_NAME>
This will create a folder PROJECT_NAME and files inside this folder.
Select blank project from this menu,
$ expo init myapp
? Choose a template: › - Use arrow-keys. Return to submit.
----- Managed workflow -----
❯ blank a minimal app as clean as an empty canvas
blank (TypeScript) same as blank but with TypeScript configuration
tabs (TypeScript) several example screens and tabs using react-navigation and TypeScript
----- Bare workflow -----
minimal bare and minimal, just the essentials to get you started
minimal (TypeScript) same as minimal but with TypeScript configuration