Hi, thanks a lot for this package!
I'm attempting to render this on React Native via Expo DOM Components https://docs.expo.dev/guides/dom-components/
Out of the box, className: 'fill-height' didn't work, so I had to add width and height props explicitly:
https://gist.github.com/jarmitage/35d1bc7b69cb077cb5fcc977dff3e7d9
Can you see another way around this? Would you be open to a PR making styling attributes more accessible?