React nativo webview desative toque
<View pointerEvents="none">
<WebView
style={{ height: HEIGHT, width: WIDTH }}
source={{ getHtml(final, scale) }}
/>
</View>
Alexandre Dao