-
Notifications
You must be signed in to change notification settings - Fork 145
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
Allow scrollResponderZoomTo() on macOS #1265
Allow scrollResponderZoomTo() on macOS #1265
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code analysis results:
eslint
found some issues. Runyarn lint --fix
to automatically fix problems.
860e31e
to
fe81a03
Compare
8e3c70d
to
54471f4
Compare
Already works on macOS (as it does on iOS). Doesn't work on Android or Windows
54471f4
to
cf12610
Compare
@Saadnajmi / @amgleitman : not sure why Apple PR failed with the following error. can you take a look, please? |
@harrieshin intermittent failure. I reran and we're good now |
Great! |
Already works on macOS (as it does on iOS). Doesn't work on Android or Windows Co-authored-by: Scott Kyle <[email protected]>
Already works on macOS (as it does on iOS). Doesn't work on Android or Windows Co-authored-by: Scott Kyle <[email protected]>
Summary: X-link: facebook/yoga#1265 This deprecates `YGConfigSetUseLegacyStretchBehaviour` and `YGConfigGetUseLegacyStretchBehaviour`and points users to errata APIs instead. Using the C API will fire deprecation warnings, which should create errors in builds with `-Werror`, though they can be ignored if truly needed (like we do with the language bindings which need to expose their own deprecated interface). Differential Revision: D45337198 fbshipit-source-id: 8762d7f213c223605ade288febcaaa51e129cfa5
Please select one of the following
Summary
Already works on macOS (as it does on iOS).
Doesn't work on Android or Windows.
Changelog
[macOS] [Changed] - Allow scrollResponderZoomTo() on macOS
Test Plan
I have used the following sample in rn-tester in ScrollViewExample.js
Screen.Recording.2022-07-21.at.12.25.39.PM.mov
Also used at Meta for Messenger Desktop.