diff --git a/HTMLView.js b/HTMLView.js index 43f8b7e..26d52e5 100644 --- a/HTMLView.js +++ b/HTMLView.js @@ -1,7 +1,8 @@ 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'};