UNPKG

@good-react-native/keyboard-avoider

Version:

A package for *easily* creating the keyboard avoiding behavior your want.

4 lines (3 loc) 180 B
/// <reference types="react" /> import { ViewProps } from "react-native"; export default function KeyboardAvoiderScrollSection(props: Omit<ViewProps, 'collapsable'>): JSX.Element;