Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
BrodyHughes committed Jan 2, 2024
1 parent f816cbb commit 94b57f5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/screens/QRScannerScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,25 @@ export default function QRScannerScreen() {
>
<Navbar
hasStatusBarInset={false}
leftComponent={
<Navbar.Item onPress={handleCloseScanner}>
<Box
alignItems="center"
justifyContent="center"
height={{ custom: 36 }}
width={{ custom: 36 }}
>
<Text
align="center"
color="label"
size="icon 20px"
weight="semibold"
>
􀆄
</Text>
</Box>
</Navbar.Item>
}
rightComponent={
<AccentColorProvider color="#FFDA24">
<Navbar.Item onPress={() => setFlashEnabled(!flashEnabled)}>
Expand Down

0 comments on commit 94b57f5

Please sign in to comment.