Skip to content

Commit 1ce3b88

Browse files
committed
Remove deprecated code from buy and sell
1 parent d207af7 commit 1ce3b88

File tree

12 files changed

+11
-8021
lines changed

12 files changed

+11
-8021
lines changed

src/Root.tsx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import {
1414
AppStateStatus,
1515
DeviceEventEmitter,
1616
Linking,
17-
LogBox,
1817
NativeEventEmitter,
1918
NativeModules,
2019
StatusBar,
@@ -73,12 +72,6 @@ import AuthGroup, {AuthGroupParamList} from './navigation/auth/AuthGroup';
7372
import ExternalServicesGroup, {
7473
ExternalServicesGroupParamList,
7574
} from './navigation/services/ExternalServicesGroup';
76-
import BuyCryptoGroup, {
77-
BuyCryptoGroupParamList,
78-
} from './navigation/services/buy-crypto/BuyCryptoGroup';
79-
import SellCryptoGroup, {
80-
SellCryptoGroupParamList,
81-
} from './navigation/services/sell-crypto/SellCryptoGroup';
8275
import SwapCryptoGroup, {
8376
SwapCryptoGroupParamList,
8477
} from './navigation/services/swap-crypto/SwapCryptoGroup';
@@ -178,8 +171,6 @@ export type RootStackParamList = {
178171
ScanGroupParamList &
179172
CoinbaseGroupParamList &
180173
ExternalServicesGroupParamList &
181-
BuyCryptoGroupParamList &
182-
SellCryptoGroupParamList &
183174
SwapCryptoGroupParamList &
184175
CardActivationGroupParamList &
185176
OnboardingGroupParamList &
@@ -220,8 +211,6 @@ export type NavScreenParams = NavigatorScreenParams<
220211
AboutGroupParamList &
221212
CoinbaseGroupParamList &
222213
ExternalServicesGroupParamList &
223-
BuyCryptoGroupParamList &
224-
SellCryptoGroupParamList &
225214
SwapCryptoGroupParamList &
226215
ScanGroupParamList &
227216
WalletConnectGroupParamList &
@@ -1083,8 +1072,6 @@ export default () => {
10831072
{AboutGroup({About: Root, theme})}
10841073
{CoinbaseGroup({Coinbase: Root, theme})}
10851074
{ExternalServicesGroup({ExternalServices: Root, theme})}
1086-
{BuyCryptoGroup({BuyCrypto: Root, theme})}
1087-
{SellCryptoGroup({SellCrypto: Root, theme})}
10881075
{SwapCryptoGroup({SwapCrypto: Root, theme})}
10891076
{WalletConnectGroup({WalletConnect: Root, theme})}
10901077
{ZenLedgerGroup({ZenLedger: Root, theme})}

src/navigation/services/buy-crypto/BuyCryptoGroup.tsx

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)