Recently, React Native has deprecated html
and url
props and replaced them with source
.
Have you upgraded React Native version?
It is deprecated on newer versions, check the documentation. If you are using older version of React Native, you should use html
instead of source
.
<WebView source={{ html: "<h1>Hello</h1>" }} />
Documentation available here: http://facebook.github.io/react-native/docs/webview.html#content