Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 427 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 427 Bytes

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