Skip to content

therealemjy/react-native-tuto-multiple-environments

Repository files navigation

React Native Tutorial: Setting up Multiple Environments for iOS and Android

This repository is a resource for a tutorial I wrote on Medium. You can read it here.

Installation

Install dependencies

npm install

Install iOS dependencies:

cd ios
pod install
cd ../

Commands

Run iOS app:

npx react-native run-ios

Run Android app:

npx react-native run-android

About

Resource for a tutorial I wrote on Medium explaining how to set up multiple environments on a React Native app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published