mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
fc032cd8d8
Summary: Whenever layout updates in a horizontal scrollview, in RTL mode we adjust the position - the impact *should* be that initially, we jump from position 0 to the right side of the scroll view, such that scrolling starts from the right. However, we were doing this entirely too aggressively before. We should only make this adjustment *if the layout changes the width*. Changelog: [Android][Changed] Fixed jumpy RTL horizontal ScrollViews. If you have Android-specific JS hacks for handling RTL in ScrollViews, you probably can/probably want to remove them, because they should be reliable now and require fewer hacks. Reviewed By: mdvacca Differential Revision: D26771366 fbshipit-source-id: de11bd1cae1414018d88ce44b3583a8b15f3b330
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.