-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android 11+ issue with package visibility #1
Comments
I was able to create customize AndroidManifest.xml with the use of plugin, and watching this file -- the built path is Then here is hows my plugin and what other related files look like:
Note: Delete android and ios build folders before running another |
Hi,
Thank you for making this repo. It is working on iOS and Android 10 and lower. Unfortunately it is not working on Android 11+ because they introduced package visibility and so if you don't add WalletConnect app visibility in the android manifest the app will not be able to see that any wallet app is installed in the phone and it will redirect to the browser.
See here for details.
Basically with Expo Managed you can't put this code in AndroidManifest.xml:
If you have any idea on what to do it would help me a lot. I would prefer not ejecting, but that seems the only possibility right now...
The text was updated successfully, but these errors were encountered: