Skip to content

Files

Latest commit

 

History

History

setup

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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