Luy Tran
ccb0899658
add setNativeProps to SectionList
Summary:
```js
componentDidMount() {
this._list.setNativeProps({scrollEnabled: false})
}
render() {
const sections = [
{key: 'foo', data: [{name: 'Jone Doe', key: 'a'}, {name: 'Susan Briz', key: 'b'}],
{key: 'bar', data: [{name: 'David Mark', key: 'c'}, {name: 'Daniel Campbell', key: 'd'}]
]
return (
<SectionList
ref={c => (this._list = c)}
sections={sections}
renderItem={({item}) => <Text>{item.name}<Text>}
/>
)
}
```
Closes https://github.com/facebook/react-native/pull/15328
Differential Revision: D5546636
Pulled By: javache
fbshipit-source-id: 25aec067879be1571db5c3a09b5f0952826220ac
2017-08-02 17:43:40 -07:00
..
2017-07-31 05:20:03 -07:00
2017-03-06 12:44:47 -08:00
2017-07-18 18:02:22 -07:00
2017-06-01 08:31:19 -07:00
2017-07-31 05:20:03 -07:00
2017-07-31 06:16:41 -07:00
2017-07-31 05:20:03 -07:00
2017-02-08 14:50:43 -08:00
2017-07-31 05:20:03 -07:00
2017-08-02 10:23:42 -07:00
2017-07-26 08:23:20 -07:00
2017-07-24 03:47:59 -07:00
2017-08-01 14:10:31 -07:00
2017-07-31 05:20:03 -07:00
2017-08-01 02:51:03 -07:00
2017-07-06 14:52:28 -07:00
2017-07-31 06:16:41 -07:00
2016-11-02 12:29:15 -07:00
2017-05-12 15:06:17 -07:00
2017-07-26 07:18:44 -07:00
2017-07-31 05:20:03 -07:00
2017-08-02 17:43:40 -07:00
2017-07-26 07:18:44 -07:00
2017-07-31 05:20:03 -07:00
2017-07-31 05:20:03 -07:00
2017-07-25 05:02:03 -07:00
2017-04-26 07:16:18 -07:00
2017-07-17 03:20:02 -07:00
2017-07-31 05:20:03 -07:00
2017-07-31 05:20:03 -07:00
2017-07-26 13:32:41 -07:00
2017-07-10 16:01:12 -07:00
2017-07-13 17:38:57 -07:00
2017-07-31 05:20:03 -07:00
2017-07-31 05:20:03 -07:00
2017-04-26 11:31:56 -07:00
2017-02-21 15:18:40 -08:00
2017-07-28 12:49:01 -07:00
2017-07-31 05:20:03 -07:00
2017-07-24 21:39:00 -07:00
2017-07-24 21:39:00 -07:00
2017-07-31 05:20:03 -07:00
2017-07-31 05:20:03 -07:00
2017-06-16 04:31:56 -07:00
2016-11-20 17:58:29 -08:00