VaccMe Mobile Application written in React Native by group Gengar
The VaccMe mobile application is a project for the Computer Systems with Project Work course at Uppsala University, spring 2021. It is an application for validating digital vaccination certificates.
Using expo for deployment.
- Barcode scanner:
expo install expo-barcode-scanner
expo install expo-barcode-scanner
expo install
- expo-av
expo install expo-av
npm install
- @react-navigation/native
- @react-navigation/stack
- @react-navigation/bottom-tabs
- react-native-qrcode-svg (--legacy-peer-deps)
expo install
- react-native-reanimated
- react-native-gesture-handler
- react-native-screens
- react-native-safe-area-context
- @react-native-community/masked-view
- expo-secure-store
npm install @react-navigation/native @react-navigation/stack @react-navigation/bottom-tabs
expo install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view expo-secure-store react-native-qrcode-svg expo-av
In some cases the react-native-qrcode-svg need the flag --legacy-peer-deps.
TODO:
What cases?
expo install expo-google-app-auth
expo install expo-google-app-auth