node_modules/react-native-htmlview/HTMLView.js
import React, {PureComponent} from 'react';
import PropTypes from 'prop-types';
import htmlToElement from './htmlToElement';
-import {Linking, Platform, StyleSheet, View, ViewPropTypes} from 'react-native';
+import {Linking, Platform, StyleSheet, View } from 'react-native';
+import { ViewPropTypes } from 'deprecated-react-native-prop-types'
const boldStyle = {fontWeight: 'bold'};
const italicStyle = {fontStyle: 'italic'};