Skip to content

Commit 95c2b42

Browse files
committed
refactor: enabled walletconnect by default
1 parent 67e4807 commit 95c2b42

File tree

5 files changed

+2555
-84
lines changed

5 files changed

+2555
-84
lines changed

ios/Podfile.lock

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -389,6 +389,13 @@ PODS:
389389
- React-jsinspector (0.72.5)
390390
- React-logger (0.72.5):
391391
- glog
392+
- react-native-compat (2.12.2):
393+
- RCT-Folly (= 2021.07.22.00)
394+
- React-Core
395+
- react-native-get-random-values (1.11.0):
396+
- React-Core
397+
- react-native-netinfo (11.3.1):
398+
- React-Core
392399
- react-native-pager-view (5.4.25):
393400
- React-Core
394401
- react-native-randombytes (3.6.1):
@@ -612,6 +619,9 @@ DEPENDENCIES:
612619
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
613620
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
614621
- React-logger (from `../node_modules/react-native/ReactCommon/logger`)
622+
- "react-native-compat (from `../node_modules/@walletconnect/react-native-compat`)"
623+
- react-native-get-random-values (from `../node_modules/react-native-get-random-values`)
624+
- "react-native-netinfo (from `../node_modules/@react-native-community/netinfo`)"
615625
- react-native-pager-view (from `../node_modules/react-native-pager-view`)
616626
- react-native-randombytes (from `../node_modules/react-native-randombytes`)
617627
- react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
@@ -717,6 +727,12 @@ EXTERNAL SOURCES:
717727
:path: "../node_modules/react-native/ReactCommon/jsinspector"
718728
React-logger:
719729
:path: "../node_modules/react-native/ReactCommon/logger"
730+
react-native-compat:
731+
:path: "../node_modules/@walletconnect/react-native-compat"
732+
react-native-get-random-values:
733+
:path: "../node_modules/react-native-get-random-values"
734+
react-native-netinfo:
735+
:path: "../node_modules/@react-native-community/netinfo"
720736
react-native-pager-view:
721737
:path: "../node_modules/react-native-pager-view"
722738
react-native-randombytes:
@@ -830,6 +846,9 @@ SPEC CHECKSUMS:
830846
React-jsiexecutor: ff70a72027dea5cc7d71cfcc6fad7f599f63987a
831847
React-jsinspector: aef73cbd43b70675f572214d10fa438c89bf11ba
832848
React-logger: 2e4aee3e11b3ec4fa6cfd8004610bbb3b8d6cca4
849+
react-native-compat: ea766c4bcad72b3cb36765a97a846c9551b5b802
850+
react-native-get-random-values: 21325b2244dfa6b58878f51f9aa42821e7ba3d06
851+
react-native-netinfo: bdb108d340cdb41875c9ced535977cac6d2ff321
833852
react-native-pager-view: da490aa1f902c9a5aeecf0909cc975ad0e92e53e
834853
react-native-randombytes: 421f1c7d48c0af8dbcd471b0324393ebf8fe7846
835854
react-native-safe-area-context: 68b07eabfb0d14547d36f6929c0e98d818064f02

0 commit comments

Comments
 (0)