Hi I know it\'s a known issue about the auto height of webview in react native, and I have tried all the possibles solutions I\'ve found on the internet such as :
ht
The WebView has default styles. If you want to set height, you also need to add flex: 0, as stated in the documentation:
flex: 0
Please note that there are default styles (example: you need to add flex: 0 to the style if you want to use height property).