Skip to content

Commit

Permalink
android route
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-schrammel committed Dec 20, 2024
1 parent 674818c commit 910eb9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/navigation/Routes.android.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ import {
stackNavigationConfig,
learnWebViewScreenConfig,
backupSheetSizes,
panelConfig,
} from './config';
import {
addWalletNavigatorPreset,
Expand Down Expand Up @@ -93,6 +94,7 @@ import { RootStackParamList } from './types';
import WalletLoadingListener from '@/components/WalletLoadingListener';
import { Portal as CMPortal } from '@/react-native-cool-modals/Portal';
import { NetworkSelector } from '@/components/NetworkSwitcher';
import { ChooseWalletGroup } from './ChooseWalletGroup';

const Stack = createStackNavigator();
const OuterStack = createStackNavigator();
Expand Down Expand Up @@ -161,6 +163,7 @@ function BSNavigator() {
<BSStack.Screen component={MintSheet} name={Routes.MINT_SHEET} />
<BSStack.Screen component={QRScannerScreen} name={Routes.QR_SCANNER_SCREEN} />
<BSStack.Screen component={AddWalletNavigator} name={Routes.ADD_WALLET_NAVIGATOR} options={addWalletNavigatorPreset} />
<BSStack.Screen component={ChooseWalletGroup} name={Routes.CHOOSE_WALLET_GROUP} options={{ ...bottomSheetPreset }} />
<BSStack.Screen
component={PairHardwareWalletNavigator}
name={Routes.PAIR_HARDWARE_WALLET_NAVIGATOR}
Expand Down

0 comments on commit 910eb9e

Please sign in to comment.