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 herearrow-up-right. ( Use latest stable version )

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

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

  4. Install GIT: Follow instructions ( MACarrow-up-right | Windowsarrow-up-right | Linuxarrow-up-right )

Expoarrow-up-right 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
circle-check
triangle-exclamation

Last updated