File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 9
9
StyleSheet,
10
10
Text,
11
11
View,
12
- TouchableHighlight,
13
- Platform
12
+ TouchableHighlight
14
13
} = React ;
15
14
16
15
var GiftedListView = require ( 'react-native-gifted-listview' ) ;
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ var GiftedListView = React.createClass({
162
162
return r1 !== r2 ;
163
163
} } ) ;
164
164
165
- if ( this . props . refreshable === true ) {
165
+ if ( this . props . refreshable === true && Platform . OS !== 'android' ) {
166
166
this . _setY ( this . props . refreshableViewHeight ) ;
167
167
} else {
168
168
this . _setY ( 0 ) ;
Original file line number Diff line number Diff line change 16
16
StyleSheet ,
17
17
Text ,
18
18
View,
19
- TouchableHighlight,
20
- Platform
19
+ TouchableHighlight
21
20
} = React;
22
21
23
22
var GiftedListView = require (' react-native-gifted-listview' );
You can’t perform that action at this time.
0 commit comments