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

fix: make useScrollToTop work with react-native-largelist #9960

Merged
merged 1 commit into from Sep 26, 2021

Conversation

doomsower
Copy link
Contributor

This fix makes useScrollToTop work with react-native-largelist. Otherwise you get error Argument 1 (CGFloat) of SpringScrollView.scrollTo must not be null. Should not break anything, because it's still compatible with original scrollTo signature.

@github-actions
Copy link

Hey doomsower! Thanks for opening your first pull request in this repo. If you haven't already, make sure to read our contribution guidelines.

@netlify
Copy link

netlify bot commented Sep 23, 2021

✔️ Deploy Preview for react-navigation-example ready!

🔨 Explore the source changes: 029bd69

🔍 Inspect the deploy log: https://app.netlify.com/sites/react-navigation-example/deploys/614c923b2e941a0008327932

😎 Browse the preview: https://deploy-preview-9960--react-navigation-example.netlify.app/

@codecov-commenter
Copy link

Codecov Report

Merging #9960 (029bd69) into main (6cba517) will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #9960   +/-   ##
=======================================
  Coverage   74.51%   74.51%           
=======================================
  Files         159      159           
  Lines        4764     4764           
  Branches     1798     1798           
=======================================
  Hits         3550     3550           
  Misses       1181     1181           
  Partials       33       33           
Impacted Files Coverage Δ
packages/native/src/useScrollToTop.tsx 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6cba517...029bd69. Read the comment docs.

Copy link
Member

@satya164 satya164 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

@satya164 satya164 merged commit 073fd57 into react-navigation:main Sep 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants