This is a React Native app for COVID-19 tracking.
Test phone numbers:
- 1337
- 1338
Test pin code: 1234
# Install dependencies.
yarn
# Start RN bundler.
yarn start
# Build and start iOS and Android application in emulators.
yarn react-native run-ios
yarn react-native run-android
You need XCode and an Apple developer account to run this on device. The project is here:
open ios/Rakning.xcworkspace
You need Android Studio to run this on device. The project is here:
open -a Android\ Studio android