typester / rn-HN

tiny example app for react-native + typescript + redux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

tiny example app for react-native + typescript + redux


Languages

Language:TypeScript 73.4%Language:Objective-C 8.6%Language:Python 6.6%Language:Java 5.3%Language:Swift 3.2%Language:JavaScript 2.9%