-
-
Notifications
You must be signed in to change notification settings - Fork 591
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
onLinkPress needs to be clearly documented. #188
Comments
@magicmiles thank you. |
I have troubles with this ... |
@davidcort It's doing fine with expo but you must import Linking from expo not react-native |
this post saved my morning. Thanks @magicmiles |
Saved my bacon by providing this, THANK YOU!!! Worked awesome for phone linking too by providing the |
Thanks for your example! Really help me. |
Excelent.
|
Any Update on this? |
You're a legend @davidcort |
If you import Linking from react-native, it's work like a charm. |
In react-native-render-html v5.0.0, |
Can I make a suggestion:
On your docs Page there should be a section about onLinkPress that reads something like |
To enable the user to press a link, the LINKING library must be IMPORTED at the top of your code, as well as this line must appear in the HTML call statement like so:
The text was updated successfully, but these errors were encountered: