Alexander

Results 55 comments of Alexander

I tried investigating it all a bit and found out that your own examples serve as the best repoducible example of this issue. Try running these two: - https://github.com/WalletConnect/react-native-examples/tree/main/wallets/rn_cli_wallet_068_5 -...

@ignaciosantise I'm trying it on emulator (AVD), maybe using a physical device makes a difference? I will check it today on a physical device and with the solution you're proposing,...

Interesting but running the example (`rn_cli_wallet`) on real device leads to more or less similar results, except that I see this error in RN logs now: ``` ERROR {"context": "core"}...

@ignaciosantise Sorry, I got distracted by other issues. But did the testing again right now, and here is the video. Github doesn't allow to attach videos more than 10 MB...

@ignaciosantise we temporarily fixed our issue by downgrading `@walletconnect/web3wallet` to `1.10.2` (https://github.com/status-im/status-mobile/pull/20600). But obviously it still means that pairing is broken in the current version of WalletConnect.

@nbastoWM hey. Of course, it may be too late, but I've fixed your problem (because I faced the same problem today). Please, check my fork or wait for my PR...

Now it also includes the disconnect flow and includes fetching of dApps from the WalletConnect API. https://github.com/status-im/status-mobile/assets/911127/1f60c11d-1efc-4515-89c9-d49496181f5a

@clauxx I think the only of those bits is really the dapp item in Wallet but the thing is it's not even used now. So the only thing that can...

@status-im/mobile-qa One thing to check is if the `page-nav` title is fine (the same check was done here: https://github.com/status-im/status-mobile/pull/19934)

To whoever will be testing this: need to make sure that `page-nav` doesn't break elsewhere, nothing else really needs to be checked because we're hiding this feature behind the feature...