Skip to content
This repository has been archived by the owner on Aug 3, 2020. It is now read-only.

ionia-corporation/riot-native

 
 

Repository files navigation

ReactNativeTS

Build Status dependencies dev-dependencies

Minimal template of a React Native project with Typescript.

This project has been updated but the Medium guide has not. Please, use this repository as reference.

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

Testing

This project uses Typescript + Jest. Run the test suite with:

yarn test

About

TEMPORARY TEST!!!! Boilerplate of a React Native project in Typescript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 46.2%
  • Objective-C 30.6%
  • Python 12.0%
  • Java 9.2%
  • JavaScript 2.0%