fix(PostMessage): Renamed ReactNativeWebview to ReactNativeWebView

fixes #304
This commit is contained in:
Thibault Malbranche
2019-02-01 22:04:11 +01:00
parent e4b851e01a
commit d5fc028383
7 changed files with 15 additions and 15 deletions
@@ -109,7 +109,7 @@ public class RNCWebViewManager extends SimpleViewManager<WebView> {
protected static final String HTML_ENCODING = "UTF-8";
protected static final String HTML_MIME_TYPE = "text/html";
protected static final String JAVASCRIPT_INTERFACE = "ReactNativeWebview";
protected static final String JAVASCRIPT_INTERFACE = "ReactNativeWebView";
protected static final String HTTP_METHOD_POST = "POST";