Closed
Description
Environment
Environment:
OS: macOS High Sierra 10.13.5
Node: 10.4.1
Yarn: 1.7.0
npm: 6.4.1
Watchman: 4.9.0
Xcode: Xcode 9.4.1 Build version 9F2000
Android Studio: Not Found
Packages: (wanted => installed)
react: ^16.4.2 => 16.4.2
react-native: https://github.com/expo/react-native/archive/sdk-29.0.0.tar.gz => 0.55.4
Description
When a FlatList has both scrollsToTop
and inverted
enabled, tapping on the iOS status bar scrolls to the bottom of the list, which isn't a behavior I've seen in any native apps. It would be great if this was either changed or it was possible to do e.g. scrollsToBottom={true}
or scrollsToTopDirection={'inverted'}
.