A react native version of my game shoot pony! W.I.P
If you never used react-native before you need to follow this link to have everything in place to start running the project: react-native setup
Clone the project:
git clone https://github.com/carlababa/ShootPony.git
cd ShootPony
Install Dependencies:
npm install
Open android AVD:
android avd
Select your AVD or create one and click 'Start'.
In a new terminal tab run:
react-native run-android
react-native run-ios