/letters-game

Simple letters game built with React Native and TypeScript

Primary LanguageTypeScript

Installation

  • Clone the repo: git clone https://github.com/LaurenceM10/letters-game.git

  • Access the directory: cd letters-game

  • Install the dependencies: yarn or npm install

  • Install pods for iOS: execute pod install inside ios directory

Run

  • yarn run android or yarn run ios

Or to generate and run a release build for Android:

  • npx react-native run-android --variant release