Skip to content
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

@seame1on

Description

@seame1on

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions