Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML supplied to Webview as been deprecated. Use the source prop instead. #1

Closed
JonathanWi opened this issue Mar 1, 2016 · 2 comments

Comments

@JonathanWi
Copy link

No description provided.

@skyride99
Copy link

its just a warning you can edit the source code. Make sure to give the control a height or nothing shows up.

return <WebView
source={ {html:html + ''}}
automaticallyAdjustContentInsets={ automaticallyAdjustContentInsets }
onNavigationStateChange={ this.onNavigationStateChange.bind(this) }
style={ style } />;

@jerolimov
Copy link
Owner

Thanks for the PR @skyride99. Its merged. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants