This project was bootstrapped with Create React Native App.
- Restore dependencies specified in the "package.json"
npm install
- Build the application
- To run it locally make sure you are in "[LOCAL_DIR]/ConcentrationGame/android" directory, then run
- make sure you have administrator privilege
./gradlew clean build
- Make sure you emulator/device is up and running and configured correctly.
`react-native run-android`
- or to output logs to console
`react-native log-android`
- or to start js server only without re-installation
`react-native start`
- React-Native React Native | A framework for building native apps using React
- Redux Redux is a predictable state container for JavaScript apps.