Skip to content

Latest commit

 

History

History
93 lines (58 loc) · 2.21 KB

README.md

File metadata and controls

93 lines (58 loc) · 2.21 KB

Setup instructions

You will find the instructions to set up your computer for your next React Native Bootcamp.

  • 💡 I do provide advice for Linux and macOS.
  • 💡 Being an administrator on windows is mandatory, I am not responsible if you encounter issues.

System Requirements

Use the following command from your terminal to check your Node version.

node --version

If you have Node.js v18 or greater installed, you are ready for the next step.

Virtual Simulators

macOS

Check if everything is working.

xcode-select --install

To accept terms and conditions

xcode-select -p

Should output something like /Applications/Xcode.app/Contents/Developer if it's not the case run sudo xcode-select --reset

Linux
Windows

Smartphone Requirements

  • Create an expo account.
  • Download Expo GO on your smartphone.
  • Log in with your Expo account on Expo Go.

You are going to follow a Native Mobile Application Bootcamp.

iOS phones are the easiest way, Android is nice too BUT there are more issues. You need a decent smartphone to enjoy a fast experience.

Text Editor

macOS
brew install --cask visual-studio-code
Linux
wget -q https://packages.microsoft.com/keys/microsoft.asc -O- | sudo apt-key add -
sudo add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable main"
sudo apt update
sudo apt install code