Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove details and list references - 2/7 #10301

Merged
merged 2 commits into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions app/components/Nav/Main/MainNavigator.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@ import SecuritySettings from '../../Views/Settings/SecuritySettings';
import ExperimentalSettings from '../../Views/Settings/ExperimentalSettings';
import NetworksSettings from '../../Views/Settings/NetworksSettings';
import NotificationsSettings from '../../Views/Settings/NotificationsSettings';
import NotificationsDetails from '../../Views/Notifications/Details';
import OptIn from '../../Views/Notifications/OptIn';
import AppInformation from '../../Views/Settings/AppInformation';
import Contacts from '../../Views/Settings/Contacts';
import Wallet from '../../Views/Wallet';
import Asset from '../../Views/Asset';
import NotificationsView from '../../Views/Notifications';
import AssetDetails from '../../Views/AssetDetails';
import AddAsset from '../../Views/AddAsset';
import Collectible from '../../Views/Collectible';
Expand Down Expand Up @@ -600,22 +598,11 @@ const PaymentRequestView = () => (
/* eslint-disable react/prop-types */
const NotificationsModeView = (props) => (
<Stack.Navigator>
<Stack.Screen
name={Routes.NOTIFICATIONS.VIEW}
component={NotificationsView}
options={NotificationsView.navigationOptions}
/>
<Stack.Screen
name={Routes.SETTINGS.NOTIFICATIONS}
component={NotificationsSettings}
options={NotificationsSettings.navigationOptions}
/>
<Stack.Screen
name={Routes.NOTIFICATIONS.DETAILS}
component={NotificationsDetails}
options={NotificationsDetails.navigationOptions}
initialParams={{ notification: props.route.params?.notification }}
/>
<Stack.Screen
mode={'modal'}
name="NotificationsOptIn"
Expand Down

This file was deleted.

27 changes: 0 additions & 27 deletions app/components/UI/Notification/List/index.test.tsx

This file was deleted.

175 changes: 0 additions & 175 deletions app/components/UI/Notification/List/index.tsx

This file was deleted.

Loading
Loading