Skip to content

Commit e455ebd

Browse files
committed
update list view in vendor
1 parent 2a2b563 commit e455ebd

File tree

4 files changed

+2
-338
lines changed

4 files changed

+2
-338
lines changed

App/Vendor/react-native-refreshable-listview/README.md

Lines changed: 0 additions & 213 deletions
This file was deleted.

App/Vendor/react-native-refreshable-listview/example/renderHeaderWrapper.js

Lines changed: 0 additions & 22 deletions
This file was deleted.

App/Vendor/react-native-refreshable-listview/lib/RefreshingIndicator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import React, {
77
import {
88
View,
99
Text,
10-
ActivityIndicatorIOS,
10+
ActivityIndicator,
1111
StyleSheet,
1212
} from 'react-native';
1313

@@ -19,7 +19,7 @@ var RefreshingIndicator = React.createClass({
1919
},
2020
getDefaultProps() {
2121
return {
22-
activityIndicatorComponent: ActivityIndicatorIOS,
22+
activityIndicatorComponent: ActivityIndicator,
2323
}
2424
},
2525
renderActivityIndicator(style) {

0 commit comments

Comments
 (0)