React Native application for using the device’s camera to scan QR codes and store the collected text for further emailing and tracking emails sent.
-
global npm packages:
expo-clinpmtypescript
-
local environment variables for secret keys:
- set
SENDGRID_API_KEY=XXXXXin the root folder in a.envfile
- set
- Clear out previous build cache
watchman watch-del-allrm -rf node_modules/.cache/babel-loader/*rm -fr $TMPDIR/metro*
- Run
yarnto install dependencies - Run
yarn startto start the local Expo server - Scan QR code with Expo app on device to preview app








