README revision 637c20d62320a30f71025235c9dc5e11616dbb36
ScrollView is a new component, which leverages the
synthetic gesture layer, normalizing touch and mouse
based input added in 3.2. It also leverages the transitions
normalization layer added in 3.2 to optimize animation
performance.
The scrollview/tests/manual folder contains basic
examples of vertical, horizontal and paged scrolling
for the preview release.
3.3.0
* Fixed shared scrollbar node across multiple instances.
* Changed async call to _uiDimensionsChange after render to a sync call.
3.2.0
* New beta component