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.
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
cd react-native-game/server
node server.js
Requirements and Getting Started
Open react-native-game.xcodeproj in XCode
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
contributions are more than welcome!
See license.txt