Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.11 KB

File metadata and controls

38 lines (31 loc) · 1.11 KB

ReactNativeExamples

Install

Dependencies

  • Node
  • JDK
  • Git

environment-setup Expo

Install Expo Commandline Tool

npm install --global expo-cli

Install Expo client

Initialize the project

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