Skip to content

TypeScript type declarations missing for the methods #119

@guicara

Description

@guicara

Hello,

Thanks for this library.

FYI, the .d.ts file doesn't includes the type declarations for the custom methods as well as the FlatList methods.

const listRef = useRef<BigList>(null);

// This line return a TypeScript error:
// TS2339: Property 'scrollToSection' does not exist on type 'BigList '.
listRef.current?.scrollToSection({
    section: 0,
    animated: true,
});

<BigList ref={listRef} ... />

The temporary solution (but quiet ugly) is to set the comment line // @ts-ignore before the call of the methods.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions