[TVOS] FlatList with 'inverted' option renders its items upside down after selection #21919
Closed
3 tasks done
Labels
Bug
Component: FlatList
Platform: tvOS
tvOS applications.
Resolution: Locked
This issue was locked by the bot.
Environment
React Native Environment Info:
System:
OS: macOS 10.14
CPU: x64 Intel(R) Core(TM) i7-4578U CPU @ 3.00GHz
Memory: 39.88 MB / 8.00 GB
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 8.11.3 - /usr/local/bin/node
npm: 5.5.1 - /usr/local/bin/npm
SDKs:
iOS SDK:
Platforms: iOS 12.0, macOS 10.14, tvOS 12.0, watchOS 5.0
IDEs:
Xcode: 10.0/10A255 - /usr/bin/xcodebuild
npmPackages:
react: 16.6.0-alpha.8af6728 => 16.6.0-alpha.8af6728
react-native: 0.57.3 => 0.57.3
npmGlobalPackages:
react-native-cli: 2.0.1
Description
On Apple TvOS, when using
inverted
option on FlatList, its items are displayed upside down after some user input action. Cannot reproduce on iOS.Reproducible Demo
Sample code taken from FlatList documentation with
inverted
added.The text was updated successfully, but these errors were encountered: