Skip to content

[Bug] - Scroll to top doesn't work #88

Description

@grillinr

clicking scroll to top doesn't work
should look like this

  const scrollToTop = React.useCallback(() => {
    listRef.current?.scrollToOffset({ offset: 0, animated: true });
  }, []);

Metadata

Metadata

Assignees

Labels

UI/UXA UI or UX fixbugCode that results in unknown/unwanted results

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions