Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 509 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 509 Bytes

Mine Sweeper

Installation

  1. Install yarn and other react native dependencies
  2. Run yarn in main directory to install js dependencies

Installation for iOS Builds

  1. Install Xcode
  2. Install cocoapods
  3. From project directory run cd ios/; pod install; cd ..

Launching Dev Server

  1. Install nodejs
  2. Run yarn start

Running on iOS

  1. Run yarn ios

Running on Android

  1. Run yarn android

Testing

This app was tested on an iPhone 11 and Nexus 6.