Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.08 KB

README.md

File metadata and controls

57 lines (37 loc) · 1.08 KB

rn-typescript-app

react-native version Typescript version

Demo

App Demo

Prerequisites

Install dependencies

  yarn install
  yarn pod:install

Select Typescript version

  • On VSCode press combo keys: Command + Shift + P
  • Type in search box: "TypeScript: Select TypeScript Version"
  • Pick the row: "Use Workspace Version 3.7.2"
  • Or follow official instruction

Ready for development

At the root folder of project

Run iOS app

  • Debug mode
  yarn ios
  • Release mode
  yarn ios:release

Run Android app

  • First need to start an emulator
  • Debug mode
  yarn android
  • Release mode
  yarn android:release