Skip to content

Commit 3a81b82

Browse files
ActivityIndicatorIOS >>> ActivityIndicator
The IOS version will soon be deprecated.
1 parent d446ef1 commit 3a81b82

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)