react-native-htmlview
react-native-htmlview copied to clipboard
Larger HTML docs render blank on iOS simulator
Specifically on the iOS simulator HTMLView renders a blank/white screen when a html value is too large. This is not replicable on the device (however ive tested on iphone 7 and newer)
This is probably an issue with React Native, see also #189
I attempted to pass in `{{flex: 1}}' via the stylesheet prop but it did not fix, not sure if its a dupe.
Still got this problem. Looks like only on Simulator?