const index = 10
const section = 0
const list: SectionListStatic = ref
list.scrollToLocation({animated: true, itemIndex: index, sectionIndex: section})
Error:(226, 18) TS2339: Property 'scrollToLocation' does not exist on type 'SectionListStatic<YourComponentHere>'.
@types/react-nativepackage and had problems.Definitions by:inindex.d.ts) so they can respond.I noticed that scrollToLocation is missing from the type definitions:
Typescript linter reports: