mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
1163599989
Summary: We can override the `scrollTo` method and it's likely/possible that Android internals are calling scrollTo directly. So, we can capture more cases where the scroll position is changing and needs to be updated in Fabric State. Unfortunately we still cannot override smoothScrollTo because it is marked as final. For now we just keep the custom `reactSmoothScrollTo` method and hope that we can catch more cases with `scrollTo`. Changelog: [Internal] Reviewed By: sammy-SC, mdvacca Differential Revision: D26887028 fbshipit-source-id: e2678f1a20640d598abbec9671d6102635f65bb2
Building React Native for Android
See the docs on the website.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.