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

taljacobson/React-Native-CameraTS

Repository files navigation

React-Native CameraTS

a react native app with a preview camera component, made with Typescript, based on the ReactNativeTS boilerplate repo

template of a React Native project with Typescript.

preview

Recommended usage with VSCode

Getting Started

Clone this repository:

git clone https://github.com/taljacobson/React-Native-CameraTS.git ReactNativeCameraTS
cd ReactNativeCameraTS

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