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