A drinking game app written with React Native
$ npm install
$ npm install -g expo-cli
$ npm run start
Now that a tunnel is established, you can see the project through the mobile device or a emulator on your computer
On your mobile device, install Expo for iOS or Android
Open your camera and focus it on the QR code on your computer screen, it should take you to the Expo app and open the project automatically.
Open the Expo app and readt the QR code on your computer screen with the QR-reader function on the Expo app.
Download and install Xcode from App Store. Be sure to be in the folder you cloned the project and type in following commands:
$ sudo npm i -g react-native-cli
$ react-native run-ios
Download and install android studio. Click SDK Manager in the Configure menu. Go ahead and install Android 10.0 or newer. Go to AVD Manager in the Configure menu and click the green play button on your chosen device.
Be sure to be in the folder you cloned the project and type in following commands:
$ sudo npm i -g react-native-cli
$ react-native run-android
