Hi! 👋 Firstly, thanks for your work on this project! 🙂 <!-- 🔺️🔺️🔺️ PLEASE REPLACE THIS BLOCK with a description of your problem, and any other relevant context 🔺️🔺️🔺️ --> Here is the diff that solved my problem: ``` 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'}; ```