mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: # Problem HorizontalScrollView was not reporting its `contentOffset` to Fabric, therefore `measure` was returning wrong value. # Solution Copy over implementation of `updateState` from scrollView. I noticed that there is a lot of duplication between the two classes, that's why I decided to duplicate `updateState` as well. Changelog: [Internal] Reviewed By: JoshuaGross, mdvacca Differential Revision: D20247552 fbshipit-source-id: 48b1eb0c11198a32531effe55301f8d554e92130
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.