mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
03ef81bfa2
Summary: Problem: ScrollView offset was not being reported to the C++ ScrollView side of Fabric. This results in taps not working correctly, for example if you tap a button inside scroll view after you scrolled, the tap might not trigger anything. The root cause of this is our implementation of detecting whether scroll view has stopped scrolling. To make this more robust, I now require that multiple "frames" have not scrolled because it's easy to trigger race conditions by scrolling very fast. We also explicitly call `updateStateOnScroll` in a couple more places. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D21496396 fbshipit-source-id: 2e565dd2fc4fc1ce582daa8a449c520e7cb19be0
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.