Skip to content

Commit

Permalink
Hide navigation bar in QR scan screen
Browse files Browse the repository at this point in the history
  • Loading branch information
KKA11010 committed Jul 2, 2024
1 parent 11ce3d7 commit 42ef928
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/nav/Navigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,13 @@ export default function Navigator({
<Stack.Screen name='mintmanagement' component={MintManagement} />
<Stack.Screen name='mint info' component={MintInfoPage} />
<Stack.Screen name='mint proofs' component={MintProofsPage} />
<Stack.Screen name='qr scan' component={QRScanPage} />
<Stack.Screen
name='qr scan'
component={QRScanPage}
options={{
navigationBarHidden: true,
}}
/>
<Stack.Screen name='history' component={HistoryPage} />
<Stack.Screen name='history entry details' component={DetailsPage} />
<Stack.Screen name='Address book' component={AddressbookPage} />
Expand Down

0 comments on commit 42ef928

Please sign in to comment.