Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 1.4 KB

README.md

File metadata and controls

60 lines (43 loc) · 1.4 KB

⚛ 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