joekim / react-native-typescript-barebones

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Objective-C 49.7%Language:Python 18.5%Language:Java 14.9%Language:JavaScript 9.4%Language:TypeScript 7.4%