This app is a made with React Native and Expo to show covid cases per country.
Home | About |
---|---|
Countries screen | Country screen |
---|---|
npm install --global expo-cli
cd Covid-tracker
npm install
- Run on iOS
- Opt #1:
- Run
npm start
in your terminal - Scan the QR code in your Expo app
- Run
- Opt #2:
- Run
npm run ios
in your terminal
- Run
- Opt #1:
- Run on Android
-
Opt #1:
- Run
npm start
in your terminal - Scan the QR code in your Expo app
- Run
-
Opt #2:
- Make sure you have an
Android emulator
installed and running - Run
npm run android
in your terminal
- Make sure you have an
-
expo start --no-dev --minify
React-Native, Expo, native-base, victory-native
- home screen
- edit settings such as theme mode
- about app screen
- Countries screen(shows covid cases per country)
- country detail screen(shows detailed info for cases of a country)