You must have nodejs
(https://nodejs.org/fr/download/) installed on your machine. You will also need one of the following two package managers: yarn
or npm
.
- Installing dependencies :
yarn install
The project was created using Expo.
- Start the project:
yarn start
- Start the project in an iOS emulator:
yarn ios
- Start the project in an Android emulator:
yarn android