Skip to content

Commit

Permalink
chore: remove details and list references
Browse files Browse the repository at this point in the history
  • Loading branch information
JSoufer committed Jul 15, 2024
1 parent 4867f0b commit 7af3daa
Show file tree
Hide file tree
Showing 42 changed files with 0 additions and 5,801 deletions.
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

0 comments on commit 7af3daa

Please sign in to comment.