A skeleton project for starting writing React Native application with Typescript. This repo is scaffolded using the following command:
$ react-native init <myProjectName>
- React: v16.2.0
- React Native: v0.54.2
- Typescript: v2.7.2
You can setup this project by:
$ git clone https://github.com/christineoo/react-native-typescript-starter.git
$ cd react-native-typescript-starter
$ yarn
To start iOS app:
$ yarn start:ios
To start Android app:
$ yarn start:android
$ yarn test
iOS | Android |
---|---|
![]() |
![]() |