/react-native-typescript-starter-2017

A React-Native & TypeScript Starter for 2017

Primary LanguageTypeScript

A React-Native & TypeScript Starter for 2017

Why Another Starter?

Most TypeScript starters use Typings, however Typings is no longer being developed and @Types should be used instead.

The Stack

  • React-Native
  • Typescript
  • Redux
  • Immutable
  • Jest

How To Run

See the wiki for environment setup.

Start the device simulator, then start the react-native server:

yarn start

Then in another terminal build the app:

yarn build

And run the app in Android:

yarn android

Or iOS:

yarn ios