We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the type of onLinkTap is Function, which does not provide any indication of any incoming function argument, and also the type of argument.
onLinkTap
Function
The type should change to something like (String) -> void or make a typedef for this.
(String) -> void
A pull request will be submitted once this issue is approved.
The text was updated successfully, but these errors were encountered:
Yeah, that makes sense. If you are willing to open a pull request that would be great. If you aren't able to do it, though, I can do it.
Sorry, something went wrong.
Pull request #31 has been added. Please take a look when you have time.
Merged in version 0.8.1
No branches or pull requests
Currently the type of
onLinkTap
isFunction
, which does not provide any indication of any incoming function argument, and also the type of argument.The type should change to something like
(String) -> void
or make a typedef for this.A pull request will be submitted once this issue is approved.
The text was updated successfully, but these errors were encountered: