Gotcha!
The React Native client application for playing Gotcha! Gotcha. Gotcha where I want cha.
DESCRIPTION
This is the code for the React Native application for the Gotcha game. It is built using expo and it is powered by the Gotcha API.
INSTALLATION
This project was created using React Native and, more specifically, Expo.
You need a few prerequisites before you can get started.
brew install node
brew install watchman
You then need to install the Expo CLI.
npm install expo-cli --global
Then clone or fork this repo.
git clone https://github.com/jwright/gotcha-app-mcc.git
RUNNING
Running the Expo DevTools
There is a JavaScript script that will start Expo, run the server, and allow you to run the application on a simulator or a device.
yarn start
CONTRIBUTING
- Fork the repository
hub fork https://github.com/jwright/gotcha-app-mcc.git
- Create a feature branch
git checkout -b my-awesome-feature
- Codez!
- Commit your changes (small commits please)
- Push your new branch
git push origin my-awesome-feature
- Create a merge request
hub pull-request -b jwright:master -h <your-account>:my-awesome-feature