react-native-keyboard-controller
Version:
Keyboard manager which works in identical way on both iOS and Android
5 lines (4 loc) • 327 B
TypeScript
import React from "react";
import type { KeyboardChatScrollViewProps, KeyboardChatScrollViewRef } from "./types";
declare const KeyboardChatScrollView: React.ForwardRefExoticComponent<React.PropsWithChildren<KeyboardChatScrollViewProps> & React.RefAttributes<KeyboardChatScrollViewRef>>;
export default KeyboardChatScrollView;