Skip to content

Commit 808efe6

Browse files
author
Aji Kisworo Mukti
committed
Duplicate activity indicator when loading
1 parent 8d7f6dd commit 808efe6

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ var {
99

1010
import BaseComponent from './BaseComponent'
1111
import Utils from './Utils'
12-
import Spinner from 'react-native-loading-spinner-overlay';
1312

1413
import styles from './styles'
1514

@@ -141,7 +140,6 @@ class WebBrowser extends BaseComponent {
141140
scalesPageToFit={this.state.scalesPageToFit}
142141
/>
143142
{this.renderToolbar()}
144-
<Spinner visible={this.state.loading} />
145143
</View>
146144
);
147145
}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
},
3131
"homepage": "https://github.com/d-a-n/react-native-webbrowser#readme",
3232
"dependencies": {
33-
"react-native": "^0.24.1",
34-
"react-native-loading-spinner-overlay": "0.0.6"
33+
"react-native": "^0.24.1"
3534
}
3635
}

0 commit comments

Comments
 (0)