Skip to content

ShotaYamada9995/ChattingApp_ReactNaive

Repository files navigation

WhatIDo

Setting Up React Native

Visit the react native docs to setup react native for Android and IOS.

Install Dependencies

Run from project root folder

Using npm:

npm install

Using yarn:

yarn

Install pods for ios:

cd ios && pod install

Run Android Build

Using npm:

npx react-native run-android

Using yarn:

yarn android

Run IOS Build

Using npm:

npx react-native run-ios

Using yarn:

yarn ios

Generate Android Release Build

Visit the react native docs for a proper guide on how to generate the android release build

Generate IOS Release Build

Visit the react native docs for a proper guide on how to generate the ios release build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published