Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Facebook 0.58.6 merge (with conflicts) #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uh oh!
There was an error while loading. Please reload this page.
Facebook 0.58.6 merge (with conflicts) #11
Changes from 1 commit
41eb2dae02a1541f394fa31439f82a8f6c3bccc454e57ad4e70e9e26ad7d8f87e818aee6a8dca0cb59b554e8d6c50e9b0f8d5d144fe4980981b74ec8329c10cd5009ffe7eb617b04f6a95b21b42b01da0bf2500e7b3c91ef386f83d623679918a7d50b3149628278e1803e993d2408ddfba7c1ed7865eb80f92addf7e8c61850906d4aef08be282b52bf0d54188cbb09f9390d94d49e533b96610436bfcbea57d8c787866eebc8e2de60e86a52594111d45128826d8bd7a0c44339d9d32e465bc0408533a5081346eb5bd3e02a24b39b8fa99b781bd83405ff56a416eb649fa906c13b35b7140843ad3a6984eef8b971c5b619de16aacb06c5939d07d9c2cda4aeea4d271ace9673ef39a0094069ea12950c054098fb228f383ea996f34bc417ced5789113531de79e1868406d560652c74f6575d3a7325dcf72ff2dbe7698367fa97b2030bbea3bb6346c9d51fa56a055994f527cfba270826dbaad83cc45c5183792749735a65cdda0b139f22473ea97d104fb4825ac1270006fa997d3649a501f32b5d3ecf4ea9eec2c371208f0b4fa1faf8be8677e577559c961330a293a002a3517ecc70123337a1df8ff6bd64d162ec34ad178f283b9696bd89b864e7ed4d457b64dd60fe0ea58e26bdd5be71fb640c1c66e19a7ecc3fbefa80b32a65747b5e4f6566c7e54d1e2c0bf7a18e39451860d01a0189ea21fdfed500c7c5acb85396cd8051cd1e312d808a1561b302b3370fde3d8f28cec43b7b93c454ee319fa0306dc51fe7a526777092852472e65e3b7e818302e0c1d949a176fc78e26af3398c3111a7c04c09b8c0d9d6ae2ebfe4fffa2be4019994e7a10f09ab6d1df47131c22c1068f6325bd7930354cb03ce29ca0719c3a08e0093fcc88a7cac8b1bdb57c6403c162c89d25e3047546aea34a585edbdb50954e82a8bbf43984ff693bfb4e4fd0244caf22af50a9151e0d60b39429f14ac2fd5042dec887c226793a023cfa29d811d381d5fe7757ad197abf9b26a289b7e9d19ab0f8c484d1add9b46084cf19e42e00adf12746943b2ee1694eec3bd3412781ef06c839459a8c95998bcfe08bddcb64a572760bb1ba85e875476436157de90192a4f8820519ad8c805e4fe0af31ceb5270e8fbd31c50fc23929d90696ee2bf1c9d60c2041577ec2aa24202d56e0682c84c57da864227381d39663356f741133d35546a2696dc6d884bae810173fbaa51f21b12e2cFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Summary: ScrollView (as well as FlatList) used with horizontal={true} and inverted={true} do not scroll as expected due to a known Android P bug. Fixes facebook#22710. This is pretty much a clone of PR facebook#21117, applied to a horizontal ScrollView. [Android] [Fixed] - Fix Inverted Horizontal ScrollView on Android 1. Create a test application with a FlatList with horizontal={true} inverted={true}. 2. Fill it with data 3. Scroll and release your finger Pull Request resolved: facebook#23233 Differential Revision: D13915911 Pulled By: cpojer fbshipit-source-id: d32c82e6d9076f5ffdf342fcd71bd921e9c8a97bUh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing