Skip to content

Commit

Permalink
Remove the STX OptIn modal
Browse files Browse the repository at this point in the history
Remove E2E tests for the STX OptIn modal, cleanup
  • Loading branch information
dan437 committed Nov 1, 2024
1 parent 201a806 commit 45c2493
Show file tree
Hide file tree
Showing 19 changed files with 3 additions and 767 deletions.
6 changes: 0 additions & 6 deletions app/components/Nav/App/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ import LedgerSelectAccount from '../../Views/LedgerSelectAccount';
import OnboardingSuccess from '../../Views/OnboardingSuccess';
import DefaultSettings from '../../Views/OnboardingSuccess/DefaultSettings';
import BasicFunctionalityModal from '../../UI/BasicFunctionality/BasicFunctionalityModal/BasicFunctionalityModal';
import SmartTransactionsOptInModal from '../../Views/SmartTransactionsOptInModal/SmartTranactionsOptInModal';
import ProfileSyncingModal from '../../UI/ProfileSyncing/ProfileSyncingModal/ProfileSyncingModal';
import ResetNotificationsModal from '../../UI/Notification/ResetNotificationsModal';
import NFTAutoDetectionModal from '../../../../app/components/Views/NFTAutoDetectionModal/NFTAutoDetectionModal';
Expand Down Expand Up @@ -396,7 +395,6 @@ const App = (props) => {
});
}, [handleDeeplink]);


useEffect(() => {
if (navigator) {
// Initialize deep link manager
Expand Down Expand Up @@ -578,10 +576,6 @@ const App = (props) => {
name={Routes.MODAL.MODAL_MANDATORY}
component={ModalMandatory}
/>
<Stack.Screen
name={Routes.MODAL.SMART_TRANSACTIONS_OPT_IN}
component={SmartTransactionsOptInModal}
/>
<Stack.Screen
name={Routes.SHEET.ACCOUNT_SELECTOR}
component={AccountSelector}
Expand Down

This file was deleted.

Loading

0 comments on commit 45c2493

Please sign in to comment.