robbestad/react-iframe

Discussion: Webview vs Iframe for iOS 12?

Closed this issue · 3 comments

React Native v0.57 has a new iOS 12 component <WebView useWebKit={true} source={{url: 'https://www.google.com'}} />
http://facebook.github.io/react-native/blog/2018/08/27/wkwebview

What are the advantages of using this module to create an iframe vs using the new WebView component?

@svenanders It seems like this react-iframe is exclusively for React.js whereas the WebView I mentioned is for React Native. Please confirm this difference

Yep!