nativedone / react-native-tuto-multiple-environments

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

Home Page:https://medium.com/@maximejulian/setting-up-multiple-environments-on-react-native-for-ios-and-android-c43f3128754f

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://medium.com/@maximejulian/setting-up-multiple-environments-on-react-native-for-ios-and-android-c43f3128754f


Languages

Language:Java 39.5%Language:Objective-C 28.1%Language:JavaScript 15.4%Language:Starlark 12.2%Language:Ruby 4.8%