react-native-examples
react-native-examples copied to clipboard
React Native examples implementing WalletConnect v2
# 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,...
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...
### Description  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...
### 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 -...
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...