Ozgur
Ozgur
Any news on this?
I'd like to now if this will be implemented. Thanks for your efforts.
Indeed, that would be very nice!
Could be couple of reasons: https://stackoverflow.com/questions/50088142/authentication-method-caching-sha2-password-not-supported-by-any-of-the-availa This repository is not maintained for long time
I found the problem. Adding `display: none` for mobile devices is intended? ``` css @media screen and(max-width: 1024 px) { .mdl-layout__header { display: none } .mdl-layout--fixed-header > .mdl-layout__header { display:...
Same problem. I found it weird.
Same issue. Image Picker version: 8.0.0 React Native version: 0.72.13 Platform: android Development Operating System: macOs Gradle: ``` dependencies { // ..omitted.. implementation 'androidx.activity:activity:1.9.3' implementation 'androidx.activity:activity-ktx:1.9.3' } ```
closing since we will switch to web3modal (appKit)
I bumped the versions as instructed but unfortunately the same issue still persists when I test.
hi @ignaciosantise, good catch I didn't notice `WalletConnectProvider` was used in 2 place I moved `WalletConnectProvider` to our root, this issue still continues. I also tried using `W3mButton` only to...