Skip to content

Commit

Permalink
DMAPP-154: Integrate "connect by pairing code" feature (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
meKushdeepSingh authored Jan 15, 2025
1 parent b6f2039 commit f46514f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions App.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import Clipboard from '@react-native-clipboard/clipboard';
import {WalletConnectModal} from '@walletconnect/modal-react-native';
import '@walletconnect/react-native-compat';
import React from 'react';
Expand Down Expand Up @@ -31,6 +32,7 @@ const App = ({isCallAccepted}) => {
)}
sessionParams={WalletConnectConfig.sessionParams}
relayUrl="wss://relay.walletconnect.com"
onCopyClipboard={value => Clipboard.setString(value)}
/>
<Provider store={store}>
<PersistGate loading={null} persistor={persistor}>
Expand Down

0 comments on commit f46514f

Please sign in to comment.