mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
508de3f351
Summary: The helper class for ScrollView should not need to detect the scroll direction. If it has to do so, that means the corresponding logic should live in the `ReactScrollView` or `ReactHorizontalScrollView` respectively. This diff is to remove the scroll direction detection logic from the scroll view helper. Long term we should keep it this way as the shared code got moved to the helper class from the scroll view classes. Changelog: [Internal] Reviewed By: javache Differential Revision: D32514429 fbshipit-source-id: 2165f2eba90cc25d14834c39148fe8ce8805bea6
Building React Native for Android
See the docs on the wiki.
Running tests
When you submit a pull request CircleCI will automatically run all tests. To run tests locally, see Testing.