react-native-html-parser
react-native-html-parser copied to clipboard
Class names that contain a dash char don't work
For example, I query elements with class .paddle-event, i get nothing because internally the lib only searches for elements with class .paddle.
Same for h3 (and the like) elements. Internally it only searches for 'h' tags which don't exist!
Should be resolved by #18