Skip to content

AppGambitStudio/react-native-starter-kit

Repository files navigation

⚛ React Native Starter Kit ⚛

Introduction   —   Tools   —   Usage



👋 Intro

A react native starter kit created with latest react native.

This project is created to kick-start your new react native app development. It is using common tools to make your devlopment more easy, all ready to go.


🧰 Tools

This project is using following common tools:


🚀 Getting Started

Install dependencies

yarn && npx pod-install ios

Android

npx react-native run-android

iOS

npx react-native run-ios

Or

Open project.xcworkspace file from ios folder and build from xcode