Skip to content

Commit c78a77f

Browse files
authored
Merge pull request #116 from KishPatel1996/patch-1
ActivityIndicatorIOS to ActivityIndicator
2 parents d66dfae + 3a81b82 commit c78a77f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webview-bridge/index.ios.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var keyMirror = require('keymirror');
2121
var resolveAssetSource = require('react-native/Libraries/Image/resolveAssetSource');
2222

2323
var {
24-
ActivityIndicatorIOS,
24+
ActivityIndicator,
2525
EdgeInsetsPropType,
2626
StyleSheet,
2727
Text,
@@ -67,7 +67,7 @@ type Event = Object;
6767

6868
var defaultRenderLoading = () => (
6969
<View style={styles.loadingView}>
70-
<ActivityIndicatorIOS />
70+
<ActivityIndicator/>
7171
</View>
7272
);
7373
var defaultRenderError = (errorDomain, errorCode, errorDesc) => (

0 commit comments

Comments
 (0)