Hi! I manage to make the app run with android emulator, but when I press the login button it wonât show the list of wallets to connect to, instead it redirects me to a 404 page of walletconnect with the error âNo wallets foundâ.This is a screenshot of the process.
2 Likes
I am also seeing the same issue. When I press âCrypto Wallet Loginâ button, it opens a Wallet connect website window with a 404.
Hi. Do you have any solutions to your problem? @HenryJones. @adriancabal
I think that this is happening to android only (Emulator, physical device). Itâs about Deeplink, I guess.
Are you using the latest boilerplate version?
As an observation, the react native boilerplate is in alpha stage and is not ready for production use
i am having the same issue 404 as above in the image
Did you solve your issue? Actually, I have the same problem, and I want to know if you were able to fix it and how.
Thanks in advance!
1 Like
<queries>
<package android:name="io.metamask"/>
<package android:name="com.wallet.crypto.trustapp"/>
</queries>
Add in AndroidManifest.xml thats how i overcome this error