Button is a simple musical game made with React Native, this game will increment the score if we tap the red button.
npm
react-native-cli
- Clone or download this repo first
- Open your terminal or cmd and type
npm install
andreact-native link
- After that, run backend first
- Connect your phone to the pc or laptop and make sure your phone is connected with debugging mode
- Finnaly, type
react-native run-android
and wait for the process to complete
- In this repository only for the frontend section, for the backend section can be seen here.