Built with
WikApps is a game where you have to press and tap the big button in accordance with a predetermined pattern,if after 4 seconds you not press big button then you will lose
- Users must sign in if users want to submit their score to database
- Users can see leaderboard list player
- Users can play game and get best score
- And others
- Clone this repository
- Open the folder and type
npm install
for install dependencies andreact-native link
- Before run this, you must run backend first
- Type
react-native run-android
for run this app. Make sure your device is connected with debugging mode.