-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Description
As reported in #26610 but now following the issue template as discussed with @safaiyeh and @hramos
Description:
The vertical scrollbar of a FlatList
does not always render correctly to the right side of the screen. See all the screenshots in this issue.
For me. This happened even when I slimmed down my code into a <FlatList />
with only <Text />
. It only happened though when my list was longer than the height of the screen. The scrollbar then suddenly moves to the left. The longer the list, the further the scrollbar moves to the left.
Also another condition for me. Upon a fresh first render of my <FlatList />
, this behaviour appeared. When navigating away, effectively unmounting this component, and back, the scrollbar is suddenly OK. Close and open the app: The scrollbar is at the wrong position again.
React Native version:
info Fetching system and libraries information...
System:
OS: macOS 10.14.6
CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
Memory: 2.26 GB / 32.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 12.12.0 - /var/folders/_9/nh0gc1bs08qd9p3kqshr3f0h0000gn/T/yarn--1581784553520-0.7678366513125479/node
Yarn: 1.19.1 - /var/folders/_9/nh0gc1bs08qd9p3kqshr3f0h0000gn/T/yarn--1581784553520-0.7678366513125479/yarn
npm: 6.11.3 - ~/.nvm/versions/node/v12.12.0/bin/npm
Watchman: 4.9.0 - /usr/local/bin/watchman
SDKs:
iOS SDK:
Platforms: iOS 13.2, DriverKit 19.0, macOS 10.15, tvOS 13.2, watchOS 6.1
IDEs:
Android Studio: 3.5 AI-191.8026.42.35.5791312
Xcode: 11.2.1/11B500 - /usr/bin/xcodebuild
npmPackages:
react: 16.9.0 => 16.9.0
react-native: 0.61.5 => 0.61.5
Steps To Reproduce
- Create a
<FlatList />
with<Text />
items in it - Make sure the list is longer than the screen
- Check the first render of this list, scroll
Expected Results
Scrollbar should stick to the right of the screen.
Snack, code example, screenshot, or link to a repository:
Screenshots and more information can be found here: #26610