Skip to content

Commit

Permalink
fixup! fix(suite-native): use correct receive flow screens for connec…
Browse files Browse the repository at this point in the history
…ted device
  • Loading branch information
yanascz committed Jan 14, 2025
1 parent e724793 commit 12226d5
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 47 deletions.
1 change: 0 additions & 1 deletion suite-native/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@
"@suite-native/module-device-settings": "workspace:*",
"@suite-native/module-home": "workspace:*",
"@suite-native/module-onboarding": "workspace:*",
"@suite-native/module-receive": "workspace:*",
"@suite-native/module-send": "workspace:*",
"@suite-native/module-settings": "workspace:*",
"@suite-native/module-staking-management": "workspace:*",
Expand Down
3 changes: 1 addition & 2 deletions suite-native/app/src/navigation/RootStackNavigator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ import { selectIsOnboardingFinished } from '@suite-native/settings';
import { DevUtilsStackNavigator } from '@suite-native/module-dev-utils';
import { TransactionDetailScreen } from '@suite-native/transactions';
import { OnboardingStackNavigator } from '@suite-native/module-onboarding';
import { ReceiveStackNavigator } from '@suite-native/module-receive';
import { ReceiveModalScreen } from '@suite-native/receive';
import { ReceiveStackNavigator, ReceiveModalScreen } from '@suite-native/receive';
import { AuthorizeDeviceStackNavigator } from '@suite-native/module-authorize-device';
import { AddCoinAccountStackNavigator } from '@suite-native/module-add-accounts';
import { DeviceSettingsStackNavigator } from '@suite-native/module-device-settings';
Expand Down
1 change: 0 additions & 1 deletion suite-native/app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
{ "path": "../module-device-settings" },
{ "path": "../module-home" },
{ "path": "../module-onboarding" },
{ "path": "../module-receive" },
{ "path": "../module-send" },
{ "path": "../module-settings" },
{
Expand Down
20 changes: 0 additions & 20 deletions suite-native/module-receive/package.json

This file was deleted.

1 change: 0 additions & 1 deletion suite-native/module-receive/src/index.ts

This file was deleted.

8 changes: 0 additions & 8 deletions suite-native/module-receive/tsconfig.json

This file was deleted.

1 change: 1 addition & 0 deletions suite-native/receive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"dependencies": {
"@mobily/ts-belt": "^3.13.1",
"@react-navigation/native": "6.1.18",
"@react-navigation/native-stack": "6.11.0",
"@reduxjs/toolkit": "1.9.5",
"@shopify/react-native-skia": "^1.5.10",
"@suite-common/wallet-config": "workspace:*",
Expand Down
1 change: 1 addition & 0 deletions suite-native/receive/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from './navigation/ReceiveStackNavigator';
export * from './screens/ReceiveAccountScreen';
export * from './screens/ReceiveModalScreen';
export { ReceiveScreenHeader } from './components/ReceiveScreenHeader';
15 changes: 1 addition & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9986,7 +9986,6 @@ __metadata:
"@suite-native/module-device-settings": "workspace:*"
"@suite-native/module-home": "workspace:*"
"@suite-native/module-onboarding": "workspace:*"
"@suite-native/module-receive": "workspace:*"
"@suite-native/module-send": "workspace:*"
"@suite-native/module-settings": "workspace:*"
"@suite-native/module-staking-management": "workspace:*"
Expand Down Expand Up @@ -10800,19 +10799,6 @@ __metadata:
languageName: unknown
linkType: soft

"@suite-native/module-receive@workspace:*, @suite-native/module-receive@workspace:suite-native/module-receive":
version: 0.0.0-use.local
resolution: "@suite-native/module-receive@workspace:suite-native/module-receive"
dependencies:
"@react-navigation/native": "npm:6.1.18"
"@react-navigation/native-stack": "npm:6.11.0"
"@suite-native/accounts": "workspace:*"
"@suite-native/navigation": "workspace:*"
react: "npm:18.2.0"
react-native: "npm:0.76.1"
languageName: unknown
linkType: soft

"@suite-native/module-send@workspace:*, @suite-native/module-send@workspace:suite-native/module-send":
version: 0.0.0-use.local
resolution: "@suite-native/module-send@workspace:suite-native/module-send"
Expand Down Expand Up @@ -11027,6 +11013,7 @@ __metadata:
dependencies:
"@mobily/ts-belt": "npm:^3.13.1"
"@react-navigation/native": "npm:6.1.18"
"@react-navigation/native-stack": "npm:6.11.0"
"@reduxjs/toolkit": "npm:1.9.5"
"@shopify/react-native-skia": "npm:^1.5.10"
"@suite-common/wallet-config": "workspace:*"
Expand Down

0 comments on commit 12226d5

Please sign in to comment.