nishan (o^▽^o)

Results 52 comments of nishan (o^▽^o)

I think debugging these on app start might reveal the issue. https://github.com/rainbow-me/rainbow/blob/develop/src/handlers/deeplinks.ts#L28 https://github.com/rainbow-me/rainbow/blob/develop/src/App.js#L193

Looks related - https://github.com/facebook/react-native/issues/32350

looks like the signature requests are not dependent on deeplinks. Maybe something's wrong with initializing listener? 🤔 https://github.com/rainbow-me/rainbow/blob/develop/src/redux/walletconnect.ts#L501

A related issue so sharing my findings here, wallet stops responding to the signature requests after a while (maybe 1-2 days of connection or sometimes sooner). I am trying to...

It works seamlessly after disconnecting and connecting. Also, it establishes a new socket connection. It appears to me that either WalletConnect or wallet kills the session but the state is...

message from pedro. Exciting that it seems to be reliable on v2. In the meantime, can we work on some acknowledgment from the wallet in the above scenario?

@lauriharpf I tried your changes. It works in version 6! Thank you. I faced one issue while testing in version 6. It clears all the decorators in the initial load...

@dannyhw thanks for quick response. I think [this line](https://github.com/storybookjs/react-native/pull/222/files#diff-56f7bae1eb7c55e992b2633596dfddde2b4f1352dd1802cdc60c675b8d047e95R249) clears the decorators. I am using a ThemeProvider as a decorator as shown below. ```jsx export const decorators = [ Story...

Same issue. I am guessing most of the issues are happening due to using [older walletconnect client](https://github.com/MetaMask/metamask-mobile/blob/main/yarn.lock#L3060) in metamask (1.5.1). Lots of releases have [been made](https://github.com/WalletConnect/walletconnect-monorepo/releases). I can see @gantunesr...

Created a PR in pager view. I think it should fix this issue since it uses pager-view under the hood. Can someone please verify? https://github.com/callstack/react-native-pager-view/pull/500