https://github.com/dimimikadze/react-native-game
IOS and Android mobile app "Guess famous people" built with React Native
https://github.com/dimimikadze/react-native-game
android game ios nodejs react-native
Last synced: about 1 year ago
JSON representation
IOS and Android mobile app "Guess famous people" built with React Native
- Host: GitHub
- URL: https://github.com/dimimikadze/react-native-game
- Owner: DimiMikadze
- License: mit
- Created: 2015-12-15T18:26:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-04-02T19:32:33.000Z (about 8 years ago)
- Last Synced: 2025-03-23T12:41:28.444Z (over 1 year ago)
- Topics: android, game, ios, nodejs, react-native
- Language: JavaScript
- Homepage:
- Size: 4.07 MB
- Stars: 132
- Watchers: 15
- Forks: 42
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Guess Famous People game built with React Native
Simple quiz mobile app for IOS and Android.
This project shows how the code can be architectured to run on IOS and Android with 100% of code in common.
## Screenshots

## Getting Started
Clone Repo
````
git clone https://github.com/DimiMikadze/react-native-game.git
````
Install dependencies for server
````
cd react-native-game/server
npm install
````
Install dependecies for react native
````
cd react-native-game/mobile
npm install
````
## Node Rest Api
````
cd react-native-game/server
node server.js
````
## React Native Requirements and Getting Started
Requirements and Getting Started
## IOS
````
Open react-native-game.xcodeproj in XCode
````
## Android
````
navigate to react-native-game/mobile
react-native run-android
When debugging on android use 10.0.3.2 instead of localhost in utils/api.js
````
## Contributing
contributions are more than welcome!
## License
See license.txt