iou90 / react-native-autoheight-webview

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

Add WebView `class` methods to type #174

Closed Krisztiaan closed 4 years ago

Krisztiaan commented 4 years ago

Add WebView class methods to type

iou90 commented 4 years ago

Extending WebView instead of Component should do the same: https://github.com/iou90/react-native-autoheight-webview/commit/41eb6bdbff3903d37240fe11bd6e5cbdfc1fe809

madandrija commented 4 years ago

I've tried the latest release which does this:

Extending WebView instead of Component should do the same: 41eb6bd

and I'm getting JSX element type 'AutoHeightWebView' does not have any construct or call signatures

iou90 commented 4 years ago

I've tried the latest release which does this:

Extending WebView instead of Component should do the same: 41eb6bd

and I'm getting JSX element type 'AutoHeightWebView' does not have any construct or call signatures

Please open an issue about it.