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 VirtualizedList.js, fix wrong position after scrollToEnd when props.refreshing === true #14054

Closed
wants to merge 2 commits into from

Conversation

zongwan
Copy link
Contributor

@zongwan zongwan commented May 19, 2017

Thanks for submitting a PR! Please read these instructions carefully:

  • Explain the motivation for making this change.
  • Provide a test plan demonstrating that the code is solid.
  • Match the code formatting of the rest of the codebase.
  • Target the master branch, NOT a "stable" branch.

Motivation (required)

What existing problem does the pull request solve?
fix #14033
fix wrong position after scrollToEnd when props.refreshing === true

Can I target the "stable" branch (0.45.0)?

Test Plan (required)

before

before

after

after

Next Steps

Sign the CLA, if you haven't already.

Small pull requests are much easier to review and more likely to get merged. Make sure the PR does only one thing, otherwise please split it.

Make sure all tests pass on both Travis and Circle CI. PRs that break tests are unlikely to be merged.

For more info, see the "Pull Requests" section of our "Contributing" guidelines.

fix #14033
fix wrong position after `scrollToEnd` when `props.refreshing === true`
@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. GH Review: review-needed labels May 19, 2017
@zongwan zongwan changed the title Update VirtualizedList.js, fix #14033 Update VirtualizedList.js, fix wrong position after scrollToEnd when props.refreshing === true May 19, 2017
@janicduplessis
Copy link
Contributor

cc @sahrens

@zongwan
Copy link
Contributor Author

zongwan commented May 22, 2017

move to #14089

@zongwan zongwan closed this May 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FlatList] looks weird after call scrollToEnd(), add a gif
3 participants