Environment Setup

Make sure you have installed all the required tools, before you make a purchase.

You will need Node, Expo, Firebase Tools ( if you get EACCES, use sudo before the commands )

  1. Install node and npm: Download it from here. ( Use latest stable version )

  2. Install Visual Studio Code ( Will use it for text editing and terminal - You can use any text editor and terminal/cmd)

  3. Install Expo: Follow instructions. ( npm install -g expo-cli ) ( If you get 'expo' is not recognized on windows read here)

  4. Install GIT: Follow instructions ( MAC | Windows | Linux )

Expo is a platform build on top of React Native, that allows you an easy and fast process of making React Native Apps in the cloud. We also use expo app compilation process.

Create Expo Account and then in your computer's terminal/cmd login into expo

expo login

To verify your installation run

node --version

npm --version

expo --version

git --version

Start empty expo.io project.

To confirm your computer is ready, pls create and run empty expo project.

More informations here. https://expo.io/learn

Before submitting ticket, make sure you can run an empty expo project.

Last updated