Aleksei Androsov
3eeaffce1a
RefreshControl doesn't render when initial refreshing state is true
Summary:
Example (index.ios.js):
```
'use strict';
import React from 'react';
import {ListView, RefreshControl, Text, View} from 'react-native';
class BugExample extends React.Component {
render() {
return (
<ListView
style={{backgroundColor: 'red'}}
contentContainerStyle={{backgroundColor: 'green'}}
refreshControl={
<RefreshControl
refreshing={true}
onRefresh={() => {}}
/>
}
dataSource={
new ListView.DataSource({rowHasChanged: (r1, r2) => r1 !== r2}).cloneWithRows(['a', 'b', 'c'])
}
renderRow={(item) => {
return (
<View>
<Text>{item}</Text>
</View>
);
}}
/>
);
}
}
```
RN version: 0.34, 0.35-rc
iOS version (emulator): 9.
Closes https://github.com/facebook/react-native/pull/10321
Differential Revision: D4142774
Pulled By: mmmulani
fbshipit-source-id: 743b865a6e1c1fb09c7cfc48631ad383bd593f89
2016-11-07 15:58:43 -08:00
..
2016-06-27 17:13:27 -07:00
2016-06-27 17:13:27 -07:00
2015-04-26 02:17:13 -08:00
2016-06-27 17:13:27 -07:00
2015-06-25 09:17:01 -08:00
2015-09-04 07:00:21 -08:00
2015-12-23 10:07:28 -08:00
2016-01-07 12:03:17 -08:00
2015-12-01 09:00:28 -08:00
2016-08-10 13:13:34 -07:00
2016-02-26 08:18:34 -08:00
2016-10-27 12:43:52 -07:00
2015-06-25 09:15:21 -08:00
2015-06-25 09:15:21 -08:00
2015-12-17 06:46:33 -08:00
2016-01-04 06:38:30 -08:00
2015-09-02 06:11:24 -08:00
2015-09-02 06:11:24 -08:00
2015-06-05 09:58:25 -08:00
2016-04-26 04:21:39 -07:00
2016-08-09 08:43:34 -07:00
2016-08-09 08:43:34 -07:00
2016-01-29 06:26:30 -08:00
2016-07-07 12:44:14 -07:00
2016-07-12 05:59:12 -07:00
2015-11-26 08:54:16 -08:00
2015-03-26 02:42:24 -08:00
2016-10-27 04:29:01 -07:00
2015-11-26 08:54:16 -08:00
2015-11-26 08:54:16 -08:00
2016-09-07 13:10:11 -07:00
2016-09-27 06:28:33 -07:00
2016-09-27 06:28:33 -07:00
2016-10-05 07:28:44 -07:00
2016-08-23 16:58:41 -07:00
2016-09-07 13:10:11 -07:00
2016-05-06 03:18:20 -07:00
2016-11-07 10:28:48 -08:00
2015-03-26 02:42:24 -08:00
2016-05-06 03:18:20 -07:00
2016-09-08 17:58:50 -07:00
2016-09-08 17:58:50 -07:00
2016-09-08 17:58:50 -07:00
2016-09-08 17:58:50 -07:00
2015-12-08 07:48:26 -08:00
2015-12-08 07:48:26 -08:00
2015-03-26 02:42:24 -08:00
2016-08-05 12:44:21 -07:00
2015-03-26 02:42:24 -08:00
2015-06-03 09:49:35 -08:00
2016-09-27 06:28:33 -07:00
2016-01-04 08:00:29 -08:00
2016-11-07 15:58:43 -08:00
2016-01-04 08:00:29 -08:00
2016-04-16 15:15:25 -07:00
2016-03-21 03:21:27 -07:00
2016-07-20 08:58:59 -07:00
2016-07-11 13:34:02 -07:00
2016-05-24 03:28:25 -07:00
2016-10-27 09:28:32 -07:00
2015-11-25 04:12:34 -08:00
2016-10-05 07:28:44 -07:00
2015-11-03 14:49:30 -08:00
2015-11-03 14:49:30 -08:00
2015-04-29 08:08:45 -08:00
2016-04-26 04:21:39 -07:00
2016-10-26 13:13:47 -07:00
2016-11-07 15:58:43 -08:00
2015-12-21 10:30:39 -08:00
2015-12-21 10:30:39 -08:00
2015-03-26 02:42:24 -08:00
2015-12-21 10:30:39 -08:00
2015-09-02 06:11:24 -08:00
2015-03-26 02:42:24 -08:00
2015-03-26 02:42:24 -08:00
2015-09-02 06:11:24 -08:00
2016-05-03 05:40:29 -07:00
2016-09-27 06:28:33 -07:00
2016-05-24 01:58:23 -07:00
2016-09-27 06:28:33 -07:00
2015-03-26 02:42:24 -08:00
2016-05-24 01:58:23 -07:00
2015-03-26 02:42:24 -08:00
2016-05-20 17:28:50 -07:00
2015-07-07 06:15:20 -08:00
2016-06-09 09:58:31 -07:00
2016-08-23 03:58:34 -07:00
2015-03-26 02:42:24 -08:00
2016-10-27 06:58:52 -07:00
2016-11-01 11:13:53 -07:00
2016-10-16 06:43:46 -07:00
2016-10-16 06:43:46 -07:00
2015-03-26 02:42:24 -08:00
2016-10-16 06:43:46 -07:00
2015-09-02 06:11:24 -08:00
2016-09-27 06:28:33 -07:00
2016-06-07 07:43:49 -07:00
2016-07-12 05:59:12 -07:00
2016-06-09 09:58:31 -07:00