Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Inverted Horizontal ScrollView on Android (#23233)
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 #22710. This is pretty much a clone of PR #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: #23233 Differential Revision: D13915911 Pulled By: cpojer fbshipit-source-id: d32c82e6d9076f5ffdf342fcd71bd921e9c8a97b
- Loading branch information