Skip to content

berickson1/ReactNativeTS

 
 

Repository files navigation

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

About

Boilerplate of a React Native project in Typescript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 38.6%
  • TypeScript 33.6%
  • Python 14.4%
  • Java 10.9%
  • JavaScript 2.5%