Bare Minimal React Native with TypeScript

Tested with

  1. node: v6.10.1
  2. npm: 3.10.10

Commands to run the first time:

  1. npm install
  2. npm install -g typescript

Start typescript watcher:

  1. tsc -w

Build and run iOS:

  1. open ios/RNTypeScript.xcodeproj
  2. Hit the play button in Xcode

Recommended Editor:

  1. Visual Studio Code