UNPKG

@stream-io/flat-list-mvcp

Version:

`maintainVisibleContentPosition` support for Android react-native

6 lines (5 loc) 265 B
import React from 'react'; import { ScrollView, ScrollViewProps } from 'react-native'; export declare const ScrollViewManager: any; declare const _default: React.ForwardRefExoticComponent<ScrollViewProps & React.RefAttributes<ScrollView>>; export default _default;