UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

13 lines (12 loc) 377 B
import React, { PureComponent } from 'react'; declare class KeyboardTrackingView extends PureComponent { static displayName: string; render(): React.JSX.Element; getNativeProps(): Promise<{ trackingViewHeight: number; keyboardHeight: number; contentTopInset: number; }>; scrollToStart(): void; } export default KeyboardTrackingView;