Spencer Ahrens ecf4c48966 Add scrollToLocation for SectionList
Summary:
Basic functionality that takes `itemIndex` and `sectionIndex`

**TestPlan**

Added this to onChangeText:

	this._listRef.getNode().scrollToLocation({itemIndex: 6, sectionIndex: 3, viewOffset: 25});

and saw it scroll to the correct position right under the sticky header.

Reviewed By: bvaughn

Differential Revision: D4821714

fbshipit-source-id: 261e373f9c4af384db5a363df5b0fd9274b1bdfe
2017-04-03 18:48:48 -07:00
..
2017-02-21 09:11:01 -08:00
2016-12-07 17:13:42 -08:00
2017-03-28 08:38:13 -07:00
2016-11-02 12:29:15 -07:00
2017-03-29 02:35:59 -07:00
2017-03-27 13:32:29 -07:00
2017-01-31 11:13:50 -08:00
2016-11-23 11:28:29 -08:00
2017-02-21 15:18:40 -08:00
2017-03-21 08:01:58 -07:00