/rn-HN

tiny example app for react-native + typescript + redux

Primary LanguageTypeScript

Requirements

Setup

$ npm install -g typescript
$ npm install -g react-native-cli
$ yarn

Build

$ tsc

or

$ tsc -w

Latter is watching ts sources and compile it automatically. Useful in development.

Run

$ react-native run-ios
# or
$ react-native run-android