React Native WebView Disable Touch

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