-
Clone the repo:
git clone https://github.com/LaurenceM10/letters-game.git -
Access the directory:
cd letters-game -
Install the dependencies:
yarnornpm install -
Install pods for iOS: execute
pod installinsideiosdirectory
yarn run androidoryarn run ios
Or to generate and run a release build for Android:
npx react-native run-android --variant release