Skip to content

Commit

Permalink
[docs] Get Started: Ensure there's a quiet zone around QR codes (expo…
Browse files Browse the repository at this point in the history
  • Loading branch information
wodin authored May 26, 2024
1 parent ee7995f commit 32edfae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import QRCodeReact from 'react-qr-code';

Scan the QR code to download the app from the Google Play Store, or visit the Expo Go page on the [Google Play Store](https://play.google.com/store/apps/details?id=host.exp.exponent&referrer=docs).

<div className="p-4 rounded-lg border border-default inline-block">
<div className="p-4 rounded-lg border border-default inline-block bg-palette-white">
<QRCodeReact
value="https://play.google.com/store/apps/details?id=host.exp.exponent&referrer=docs"
size={228}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import QRCodeReact from 'react-qr-code';

Scan the QR code to download the app from the App Store, or visit the Expo Go page on the [App Store](https://itunes.apple.com/app/apple-store/id982107779).

<div className="p-4 rounded-lg border border-default inline-block">
<div className="p-4 rounded-lg border border-default inline-block bg-palette-white">
<QRCodeReact value="https://itunes.apple.com/app/apple-store/id982107779" size={228} />
</div>

0 comments on commit 32edfae

Please sign in to comment.