This is a simple clicking game wrriten in React Native.
To install this project you need npm.
- Clone this repository to your local.
- Run 'npm install' or 'yarn install'
$ npm start or yarn start
$ react-native run-ios
For running unit tests :
$ npm test or yarn test
- Make it pretty.
- Fixed warings.