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

Update RCTScrollView.m #13180

Closed
wants to merge 9 commits into from
Closed

Update RCTScrollView.m #13180

wants to merge 9 commits into from

Commits on Mar 28, 2017

  1. Update RCTScrollView.m

    fix function scrollToEnd: There are some strange thing when contentSize.height(width)  is smaller than bounds.size.height(width).  In fact, there is no need to scroll in this case.
    Feng999 authored Mar 28, 2017
    Configuration menu
    Copy the full SHA
    d29efaa View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2017

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

Commits on Apr 21, 2017

  1. Update RCTScrollView.m

    Optimize code about scrollToEnd_bug_fix
    Feng999 authored Apr 21, 2017
    Configuration menu
    Copy the full SHA
    9b7f09a View commit details
    Browse the repository at this point in the history
  2. Update RCTScrollView.m

    Feng999 authored Apr 21, 2017
    Configuration menu
    Copy the full SHA
    45d243f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24b0634 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2017

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

Commits on Apr 28, 2017

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

Commits on May 19, 2017

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

Commits on May 23, 2017

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