/ReactNativeTS

Boilerplate of a React Native project in Typescript.

Primary LanguageObjective-C

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:

npm install

Start React Native server:

npm start

Build the source-code with Typescript:

# Build once
npm run build

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

iOS

npm run ios

Android

npm run android