react-native-examples icon indicating copy to clipboard operation
react-native-examples copied to clipboard

React Native examples implementing WalletConnect v2

Results 23 react-native-examples issues
Sort by recently updated
recently updated
newest added

# Description Web3Inbox app mobile implementation with React Native. Since we have an issue with PWAs on iOS soon, we came up with the idea of building Web3Inbox's mobile app....

### Description ``` useEffect(() => { if ( copyDialog || approvalModal || signTypedDataModal || signModal || sendTransactionModal ) { web3wallet.on('session_proposal', onSessionProposal); web3wallet.on('session_request', onSessionRequest); } }, [ WCURI, approvalModal, copyDialog, signModal,...

bug

code: `core.pairing.pair({ uri: wcuri })` When pair to the dapp,an error was reported on IOS. Android is fine. `ERROR {"context": "core"} {"context": "core/relayer"} [RangeError: Maximum call stack size exceeded.]` It...

### Description Some developers may want to use Web. Low Priority: P3 ### Issue Environment - [X] dapps/v2Explorer - [X] wallets/rn_cli_wallet - [X] wallets/rn_cli_wallet_068_5 - [X] wallets/expo_wallet - [X] wallets/web3wallet_tutorial...

bug
enhancement

### Description ![image](https://github.com/WalletConnect/react-native-examples/assets/93955118/d6422378-3904-48a3-8e6a-23a80c17701d) everything works fine except for respondSessionRequest. connection great, response, request all good. but with respondSessionRequest, I get that Non-base16 error. My app signs with hardwallet which worked...

bug

### Summary * Added mocked files to make main Dapp and Wallet samples run easily * Disabled sentry uploads in debug env for android, allow sentry fails for ios

### Summary * Add link-mode support * Added settings view to show core logs

### Description I tried and only worked with node 16 ### Issue Environment - [ ] dapps/W3MEthers - [ ] dapps/W3MEthers5 - [ ] dapps/W3MWagmi - [ ] wallets/rn_cli_wallet -...

bug
awaiting response

Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.4.0 to 4.5.0. Changelog Sourced from fast-xml-parser's changelog. Note: If you find missing information about particular minor version, that version must have been changed without any functional...

dependencies