diff --git a/shoutem.web-view/app/screens/WebViewScreen.js b/shoutem.web-view/app/screens/WebViewScreen.js index 15f80735..8a58c148 100644 --- a/shoutem.web-view/app/screens/WebViewScreen.js +++ b/shoutem.web-view/app/screens/WebViewScreen.js @@ -112,9 +112,18 @@ export class WebViewScreen extends PureComponent { renderLoadingSpinner() { return ( - + - + ); }