Skip to content
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

Linking canOpenUrl returns false for url-schemes that are not included in the AndroidManifest.xml #53

Closed
KKA11010 opened this issue Jun 11, 2023 · 1 comment
Assignees
Labels
Android Android related issues bug Something isn't working

Comments

@KKA11010
Copy link
Collaborator

Requires editing Manifest in Expo managed repos to allow url-schemes like "lightning:".

https://stackoverflow.com/questions/64699801/linking-canopenurl-returning-false-when-targeting-android-30-sdk-on-react-native

@KKA11010 KKA11010 added bug Something isn't working Android Android related issues labels Jun 11, 2023
@KKA11010 KKA11010 added this to the First Beta Release milestone Jun 11, 2023
BilligsterUser pushed a commit that referenced this issue Jun 14, 2023
… component outside of app component to avoid subtree's DOM nodes and states beeing destroyed (#52)

* fix app crash after auto focus LNURL input

* Do not define components during render. React will destroy the entire subtree’s DOM nodes and state. Instead, move this component definition out of the parent component “App” and pass data as props.

* remove prop private from pkg.json

* update after review

* update after review

* update openUrl function (provisionally) #53

* update after review

* update wrong imports, update errorBoundary component. Fixes #54

* lint

* reset asset paths in app.config

* update after review

* Fixes #55 Minting sats should not allow decimal entry

* update after review
@BilligsterUser BilligsterUser removed their assignment Jun 16, 2023
@KKA11010
Copy link
Collaborator Author

@BilligsterUser I think this can be closed as soon as the try_catch has been tested on a build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Android Android related issues bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants