Skip to content

Kaybarax/react-native-with-typescript-app-starter-template

Repository files navigation

Architecting and Designing a React Native Application

React Native with Typescript App Starter Template

Quick start!!

$ git clone https://github.com/Kaybarax/react-native-with-typescript-app-starter-template.git

$ yarn install

$ yarn start

Android

$ npx react-native run-android

iOS

$ cd ios/ && pod install

$ npx react-native run-ios

Check out the Template Tutorial Writeup for more details.