-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
[Android] [Fix]:-Unify onMomentumEnd callback behaviour in android with iOS #43654
Conversation
Base commit: 99d0c54 |
/rebase |
54d6460
to
2b914ff
Compare
@hoxyq could you help shedding some light on this one!, someone who could review this potentially and give some feedback! |
Thanks for flagging, usually we get notified when CI jobs are green on PR, so its ready for a review Unfortunately this is out of my area of expertise for React Native, cc @NickGerleman @javache who might have opinion on this |
wow! thats good to know! thanks for the reply! |
\rebase |
2b914ff
to
73716ea
Compare
This PR is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This PR was closed because it has been stalled for 7 days with no activity. |
Summary:
There is a specific divergent occuring on the onmomentunscrollend occuring in android , the same callback does not called when using the scrolltooffset, in short when we try to scroll programatically , the
onmomentumscrollend
does not get called, the issue is limited to android and things work fine in iOSScreen.Recording.2024-03-27.at.1.57.53.PM.mov
Changelog:
[ANDROID] [FIXED] - Unify onMomentumEnd callback behaviour in android with iOS
Test Plan:
Added updated
RN tester
examples to demonstrate the scroll behaviour when done programaticallyScreen.Recording.2024-03-26.at.1.29.30.PM.mov