An open API service indexing awesome lists of open source software.

https://github.com/pradeep1991singh/guessgame

A simple guess the number game in react native
https://github.com/pradeep1991singh/guessgame

game guessing-game react-native react-native-app

Last synced: about 1 month ago
JSON representation

A simple guess the number game in react native

Awesome Lists containing this project

README

          

# GuessGame
A simple guess the number game in react native

# Prerequisites
- xcode for Ios application
- Android sdk and avd for Android application

# Usage

Clone repo
```
$ git clone https://github.com/pradeep1991singh/GuessGame.git
```

Run android app
```
$ react-native run-android
```

Run Ios app
```
$ react-native run-ios
```