Minesweeper made using React Native and Typescript! 😎
# Clone this repository
$ git clone https://github.com/musoxvi/rn-minesweeper.git rn-minesweeper
# Go into the repository
$ cd minesweeper
# Install dependencies
$ npm install
In the project directory, you can run:
#For IOS
$cd ios pod install
# Run the server
$ npm run start
# Run the app (iOS)
$ npm run ios
# Run the app (Android)
$ npm run android