Skip to content

Commit fbdd26c

Browse files
authored
chore(deps): migrate @th3rdwave/react-navigation-bottom-sheet to the @interaxyz fork (#6468)
### Description Migrate `@th3rdwave/react-navigation-bottom-sheet` to `@interaxyz` fork in order to get rid of the patch. The patch changes are implemented in the fork: AppAndFlow/react-navigation-bottom-sheet@main...interaxyz:react-navigation-bottom-sheet:intera-fork ### TODO Migrate back to the original package once AppAndFlow/react-navigation-bottom-sheet#26 is released. ### Test plan * CI * Manually tested on Android/iOS emulators (WalletConnect request) ### Related issues - Related to RET-1308 ### Backwards compatibility Y ### Network scalability NA
1 parent b0acd29 commit fbdd26c

File tree

7 files changed

+10
-43
lines changed

7 files changed

+10
-43
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
"@fiatconnect/fiatconnect-sdk": "^0.5.66",
7777
"@fiatconnect/fiatconnect-types": "^13.3.10",
7878
"@gorhom/bottom-sheet": "^5.0.6",
79+
"@interaxyz/react-navigation-bottom-sheet": "^0.3.2",
7980
"@interaxyz/react-native-webview": "^13.13.4",
8081
"@json-rpc-tools/utils": "^1.7.6",
8182
"@noble/secp256k1": "^1.7.1",
@@ -107,7 +108,6 @@
107108
"@segment/analytics-react-native-plugin-firebase": "^0.4.3",
108109
"@segment/sovran-react-native": "^1.1.3",
109110
"@sentry/react-native": "^5.36.0",
110-
"@th3rdwave/react-navigation-bottom-sheet": "^0.3.2",
111111
"@toruslabs/constants": "^14.2.0",
112112
"@toruslabs/fetch-node-details": "^14.2.0",
113113
"@toruslabs/torus.js": "^15.1.1",

patches/@th3rdwave+react-navigation-bottom-sheet+0.3.2.patch

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

src/dapps/DappShortcutTransactionRequest.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { BottomSheetScreenProps } from '@th3rdwave/react-navigation-bottom-sheet'
1+
import { BottomSheetScreenProps } from '@interaxyz/react-navigation-bottom-sheet'
22
import React, { useEffect } from 'react'
33
import { useAsync } from 'react-async-hook'
44
import { useTranslation } from 'react-i18next'

src/fiatExchanges/FiatExchangeCurrencyBottomSheet.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { BottomSheetScreenProps } from '@th3rdwave/react-navigation-bottom-sheet'
1+
import { BottomSheetScreenProps } from '@interaxyz/react-navigation-bottom-sheet'
22
import React, { useEffect, useMemo } from 'react'
33
import { useTranslation } from 'react-i18next'
44
import { FilterChip } from 'src/components/FilterChipsCarousel'

src/navigator/Navigator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { BottomSheetBackdrop, BottomSheetBackdropProps } from '@gorhom/bottom-sheet'
2+
import { createBottomSheetNavigator } from '@interaxyz/react-navigation-bottom-sheet'
23
import {
34
NativeStackNavigationOptions,
45
createNativeStackNavigator,
56
} from '@react-navigation/native-stack'
6-
import { createBottomSheetNavigator } from '@th3rdwave/react-navigation-bottom-sheet'
77
import * as React from 'react'
88
import { Platform } from 'react-native'
99
import SplashScreen from 'react-native-splash-screen'

src/walletConnect/screens/WalletConnectRequest.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { BottomSheetScreenProps } from '@th3rdwave/react-navigation-bottom-sheet'
1+
import { BottomSheetScreenProps } from '@interaxyz/react-navigation-bottom-sheet'
22
import React from 'react'
33
import { useTranslation } from 'react-i18next'
44
import { ActivityIndicator, StyleSheet, Text } from 'react-native'

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1661,6 +1661,11 @@
16611661
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz#b520529ec21d8e5945a1851dfd1c32e94e39ff45"
16621662
integrity sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==
16631663

1664+
"@interaxyz/react-navigation-bottom-sheet@^0.3.2":
1665+
version "0.3.2"
1666+
resolved "https://registry.yarnpkg.com/@interaxyz/react-navigation-bottom-sheet/-/react-navigation-bottom-sheet-0.3.2.tgz#e2ed37e5c407647434053d79fd4b7241fc8cab69"
1667+
integrity sha512-8Q8A8GmqlMF4W0f+GL9+FBFRn2syNgL8ngJyA9V3uIQskAlr4bGe25iX+UB7ccksU8BpniRcNAD6gl0vq4CnBg==
1668+
16641669
"@interaxyz/react-native-webview@^13.13.4":
16651670
version "13.13.4"
16661671
resolved "https://registry.yarnpkg.com/@interaxyz/react-native-webview/-/react-native-webview-13.13.4.tgz#a0528e4515e305edd3395e286b19c335ec08a90d"
@@ -4302,11 +4307,6 @@
43024307
pretty-format "^29.7.0"
43034308
redent "^3.0.0"
43044309

4305-
"@th3rdwave/react-navigation-bottom-sheet@^0.3.2":
4306-
version "0.3.2"
4307-
resolved "https://registry.yarnpkg.com/@th3rdwave/react-navigation-bottom-sheet/-/react-navigation-bottom-sheet-0.3.2.tgz#b7999322d54cb8f9a2b1b39e6c47f482407c5250"
4308-
integrity sha512-DEqC9tlAWE8qw5DDveyTwG0qjMJH3h8nup5Qi3TBlfW8hG9qx0N1/dfA1D+GKFEb4gw1C2/AWC6umc13z7ytoQ==
4309-
43104310
"@toruslabs/bs58@^1.0.0":
43114311
version "1.0.0"
43124312
resolved "https://registry.yarnpkg.com/@toruslabs/bs58/-/bs58-1.0.0.tgz#a5a9621caba9408521d7f17949b28f9af48f4f23"

0 commit comments

Comments
 (0)