iou90 / react-native-autoheight-webview

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

Support React 18.3.0/19.0.0 #262

Open janpe opened 4 months ago

janpe commented 4 months ago

Bug description:

React 19.0.0 drops support for defaultProps in memo components. There is a deprecation warning for this already in React 18.3.0

To Reproduce:

Update to React 18.3.0 and see deprecation warnings for defaultProps usage in autoHeightWebView/index.js

Source (static HTML or url):

Expected behavior:

Support React 19: https://react.dev/blog/2024/04/25/react-19-upgrade-guide#removed-proptypes-and-defaultprops

Screenshots/Videos:

Environment: