alinz / react-native-webview-bridge

React Native Webview with Javascript Bridge
MIT License
1.37k stars 493 forks source link

Can't import inside react-native-vimeo #269

Closed ShridharCodewave closed 6 years ago

ShridharCodewave commented 6 years ago

Iam trying to build an app with react-native-vimeo which requires react-native-webview-bridge. I have already installed both packages but Iam getting an error saying "Super expression must either be null or a function, not undefined " inside Vimeo.ios.js and Iam importing webview-bridge as "import WebViewBridge from 'react-native-webview-bridge';" which is not working.

BrenerInn commented 5 years ago

Hi, do you find the solution?