Skip to content

Commit 1307cc2

Browse files
author
Alexei Vinokur
committed
Add loading text
1 parent 7ca4e89 commit 1307cc2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/cloudipsp-webview.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@ export class CloudipspWebView extends React.Component {
4444

4545
render() {
4646
if (this.state.baseUrl === undefined) {
47-
return (<View/>);
47+
return (
48+
<View style={{ flex: 1 }}>
49+
<Text>Loading...</Text>
50+
</View>);
4851
} else {
4952
return (
5053
<WebView

0 commit comments

Comments
 (0)