Obtener altura webview de URL Video React Native
<WebView
originWhitelist={['*']}
scrollEnabled={false}
onMessage={onMessage}
onNavigationStateChange={navigationChanged}
injectedJavaScript="window.ReactNativeWebView.postMessage(Math.max(document.body.offsetHeight, document.body.scrollHeight));"
source={{html: htmlCode}}
/>
Creepy Centipede