<WebView/> currently only supports url prop to control what content to load in the web view.
We need an option to load raw HTML & JS instead of URL to expose [webView loadHTMLString: baseURL:] and [webView stringByEvaluatingJavaScriptFromString:].
(Use case: #497)