UNPKG

react-native-scroll-into-view

Version:

React-Native port of DOMElement.scrollIntoView() web function, for ScrollView

2 lines (1 loc) 162 B
export declare function useScrollIntoView(): (view: import("react-native").View, options?: Partial<import("./config").FullOptions> | undefined) => Promise<void>;