Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add vertical ScrollView content offset on Android #15511

Commits on Aug 16, 2017

  1. Add vertical ScrollView content offset on Android

    This is the (evil) twin commit to:
    facebook#12502
    
    Fixes that contentOffset is not available on
    Vertical scroll-views.
    
    Verification:
    * Create an Android component with a ScrollView. Add enough
      items to fill beyond the visible screen. Set the content
      offset to some value that makes the content scroll. Verify
      that it snaps to the y-axis as expected.
    * Remove items so screen is no longer filled, keep content
      offset parameter. Scroll view still works but does not scroll.
    * Set only one parameter to content-offset (x || y) -
      parameters are now ignored since they must be a pair.
    * Remove contentOffset, scrollView still works as before.
    jonaslu committed Aug 16, 2017
    Configuration menu
    Copy the full SHA
    8a118f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2017

  1. Configuration menu
    Copy the full SHA
    2b74fba View commit details
    Browse the repository at this point in the history