iou90 / react-native-autoheight-webview

An auto height webview for React Native
ISC License
492 stars 162 forks source link

Fixed wrong imported PropTypes #233

Closed yeong0809 closed 2 years ago

yeong0809 commented 2 years ago

Should be import {ViewPropTypes} from 'deprecated-react-native-prop-types' instead of import PropTypes from 'deprecated-react-native-prop-types'

iou90 commented 2 years ago

Thanks for your PR, closed by (https://github.com/iou90/react-native-autoheight-webview/pull/235)