Releases: choru-k/react-native-html-parser
Releases · choru-k/react-native-html-parser
Release list
0.1.0
v0.1.0
Adds optional second isStrict parameter to getElementsByClass() to optionally search for any elements with the class in their class list... (classList.contains(class)), rather than requiring only that class (classList === class).
getElementsByClassName(className: string, isStrict = true)