Skip to content

admmasters/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:

yarn install

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

Boilerplate of a React Native project in Typescript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 38.3%
  • TypeScript 33.0%
  • Starlark 14.2%
  • Java 12.1%
  • JavaScript 2.4%