/ConcentrationGame

react native simple game

Primary LanguageObjective-C

This project was bootstrapped with Create React Native App.

Build the application

  1. Restore dependencies specified in the "package.json"
npm install
  1. 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

Run Application

  • 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`

Technology & Platform


Development

  • React-Native React Native | A framework for building native apps using React
  • Redux Redux is a predictable state container for JavaScript apps.