Environment Setup
We can also following the official Documentation for installing and setup React Native.
Setting up the development environment · React Native
Setup React Native CLI
⇒ Mac OS setup
- Install Homebrew
- Install Node NPM
- Install Watchman
- Install X-Code and X-Code command line tools
- Setup iOS Simulator
- Install Ruby and Gem with FFI and COCOAPODS dependencies
- Initialize your first React Native project with React Native CLI
- Run the iOS Simulator
- Install IDE VS-Code and open your project then enjoy
⇒ Windows OS setup
- Install Chocolaty
- Install Node NPM
- Install JDK (openjdk11)
- Install Android Studio and setup Android Studio SDK, SDK Platform, Virtual Device
- Configure the ANDROID_HOME environment variable
- Initialize your first React Native project with React Native CLI
- Run React Native Metro and android emulator
- Install IDE VS-Code and open your project then enjoy
Setup Expo in Mac / Windows OS
Go to the React Native official website and open for installation is just easiest as like water.
Top comments (0)