This repository was archived by the owner on Jun 2, 2021. It is now read-only.
This repository was archived by the owner on Jun 2, 2021. It is now read-only.
Uncaught TypeError: scrollToOffset is not a function #5
Open
Description
The problem
I want to use scrollToOffset to let the FlatList component scroll to the specified location, but the console shows an error message that scrollToOffset is not a function
<Flatlist
ref={ f => this.listView = f}
/>
...
this.listView.scrollToOffset({
animated: false,
offset: 0,
})
Environment
- React Native for Web (version):0.5.4
- React (version):16.0.0-alpha.12
Metadata
Metadata
Assignees
Labels
No labels