We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab93e4 commit df9a25fCopy full SHA for df9a25f
webview-bridge/index.android.js
@@ -168,6 +168,14 @@ var WebViewBridge = React.createClass({
168
);
169
},
170
171
+ stopLoading: function() {
172
+ UIManager.dispatchViewManagerCommand(
173
+ this.getWebViewBridgeHandle(),
174
+ UIManager.RCTWebViewBridge.Commands.stopLoading,
175
+ null
176
+ );
177
+ },
178
+
179
sendToBridge: function (message: string) {
180
UIManager.dispatchViewManagerCommand(
181
this.getWebViewBridgeHandle(),
0 commit comments