Skip to content

EstebanFuentealba/react-native-typescript

Repository files navigation

ReactNative Typescript

react-native + typescript + redux + react-native-navigation

⚠️ Warning: this repository is not up-to-date with the latest Typescript and React-native settings. Help is appreciated.

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

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