Confirmed the following:
- While the app is open, click on an invite link and confirm that Comm opens and the invite link modal appears to verify it
- While the app is closed, click on the invite link and confirm that Comm opens and the invite link modal appears to verify it
- While the app is not logged in, click on the invite link and confirm that Comm opens and following a successful login, the invite link modal appears to verify it
- While the app is open, scan the login QR code in my iOS camera and confirm that Comm opens and navigates to the scanner
- While the app is closed, scan the login QR code in my iOS camera and confirm that Comm opens and then navigates to the scanner
- While the app is not logged in, scan the login QR code in my iOS camera and confirm that Comm opens, and following a login, navigates to the scanner
- Made sure that invite links don't open the barcode scanner
- Made sure that scanning a QR code doesn't prompt any invite link modals
Also following the [[ https://reactnavigation.org/docs/deep-linking/#testing-deep-links | React Navigation ]] docs, I ran the following:
- `npx uri-scheme open "comm://invite/121313" --ios` and confirmed that Comm opened and prompted the invite link modal
- `npx uri-scheme open "comm://qr-code/121313" --ios` and confirmed that Comm opened and opened the barcode scanner