To get a local copy up and running follow these simple example steps.
- Expo CLI on your desktop machine To install it globally, run
npm install — global expo-cli
- npm
npm install npm@latest -g
- Expo Go App This application can be obtained from play store to enable you render the application
- Clone the repo
git clone https://github.com/your_username_/Project-Name.git
- Install NPM packages
npm install
- Running the app
npx expo run;