panarasi / ReactNativeTS

Blog post -

Home Page:https://microsoft.github.io/react-native-tools/src/tutorials/2016/09/20/reactnative-ts/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReactNativeTS

Build Status dependencies dev-dependencies

Minimal template of a React Native project with Typescript.

preview

Recommended usage with VSCode

Getting Started

Clone this repository:

git clone https://github.com/mrpatiwi/ReactNativeTS.git
cd ReactNativeTS

Install dependencies:

yarn

Start React Native server:

yarn start

Build the source-code with Typescript:

# Build once
yarn run build

# Build and watch for changes
yarn run build -- --watch

iOS

yarn run ios

Android

yarn run android

About

Blog post -

https://microsoft.github.io/react-native-tools/src/tutorials/2016/09/20/reactnative-ts/


Languages

Language:Objective-C 36.4%Language:TypeScript 31.5%Language:Python 13.5%Language:Java 11.5%Language:JavaScript 7.0%