Environment Setup
Make sure you have installed all the required tools, before you make a purchase.
Last updated
Was this helpful?
Make sure you have installed all the required tools, before you make a purchase.
Last updated
Was this helpful?
You will need Node, Expo, Firebase Tools ( if you get EACCES, use sudo before the commands )
Install node and npm: Download it from . ( Use latest stable version )
( Will use it for text editing and terminal - You can use any text editor and terminal/cmd)
Install Expo: Follow . ( npm install -g expo-cli
)
( If you get 'expo' is not recognized on windows read )
Install GIT: Follow instructions ( | | )
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.
Before submitting ticket, make sure you can run an empty expo project.