Skip to content

christineoo/react-native-typescript-starter

Repository files navigation

React Native with Typescript

A skeleton project for starting writing React Native application with Typescript. This repo is scaffolded using the following command:

$ react-native init <myProjectName>

Tech Stack

  • React: v16.2.0
  • React Native: v0.54.2
  • Typescript: v2.7.2

Setup

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

Test

$ yarn test

Screenshots

iOS Android
screen shot 2018-03-18 at 21 12 52 screen shot 2018-03-18 at 21 12 52

About

React Native with Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published