diff --git a/native/account/qr-code-screen.react.js b/native/account/qr-code-screen.react.js --- a/native/account/qr-code-screen.react.js +++ b/native/account/qr-code-screen.react.js @@ -9,6 +9,8 @@ import { platformToIdentityDeviceType } from 'lib/types/identity-service-types.js'; import { getConfig } from 'lib/utils/config.js'; +import RegistrationContainer from './registration/registration-container.react.js'; +import RegistrationContentContainer from './registration/registration-content-container.react.js'; import type { SignInNavigationProp } from './sign-in-navigator.react.js'; import type { NavigationRoute } from '../navigation/route-names.js'; import { useStyles } from '../themes/colors.js'; @@ -38,29 +40,35 @@ const styles = useStyles(unboundStyles); return ( - - Log in to Comm - - Open the Comm app on your logged-in phone and scan the QR code below - - - - How to find the scanner: - - Go to - Profile - - - Select - Linked devices - - - Click - Add - on the top right - - - + + + + Log in to Comm + + Open the Comm app on your logged-in phone and scan the QR code below + + + + + How to find the scanner: + + + Go to + Profile + + + Select + Linked devices + + + Click + Add + on the top right + + + + + ); } @@ -68,7 +76,7 @@ container: { flex: 1, alignItems: 'center', - marginTop: 125, + backgroundColor: 'panelBackground', }, heading: { fontSize: 24,