Closed DaliaElhefny closed 2 years ago
@DaliaElhefny Appreciate the proposition! Are you willing to offer a PR? I'd approve it quickly.
@jsamr Can you give me access to push the branch?
@DaliaElhefny You don't need to, just fork this repository, create a branch with the fix, and then visit the PR page on Github, you should be able to create a PR out of your forked repository branch.
@jsamr here is the PR https://github.com/meliorence/react-native-render-html/pull/574
@jsamr when will be the next release?
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
react-native-render-html@6.3.4
for the project I'm working on.I need the HTML rendered to have testID so that it can b used in automation testing My problem was that when I pass testID through defaultTextProps prop, it gets overridden with the tagName
Here is the diff that solved my problem:
This issue body was partially generated by patch-package.