As the title says, I am having problems with named HTML entities.
Steps to reproduce:
import DOMParser from 'react-native-html-parser';
const html = `<p>Hello world <b>world</b> <i>foo</i> bar hahhö</p>`;
const parser = new DOMParser.DOMParser();
const parsed = parser.parseFromString(html, 'text/html');
Expected behaviour:
HTML string gets parsed
Actual behaviour:

As the title says, I am having problems with named HTML entities.
Steps to reproduce:
Expected behaviour:
HTML string gets parsed
Actual behaviour: