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 )
Install node and npm: Download it from here. ( Use latest stable version )
Install Visual Studio Code ( Will use it for text editing and terminal - You can use any text editor and terminal/cmd)
Install Expo: Follow instructions. (
npm install -g expo-cli
) ( If you get 'expo' is not recognized on windows read here)
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
To verify your installation run
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