UNPKG

react-native-keyboard-controller

Version:

Keyboard manager which works in identical way on both iOS and Android

7 lines (4 loc) 232 B
import type { findNodeHandle as findNodeHandleRN } from "react-native"; type FindNodeHandleRN = typeof findNodeHandleRN; export const findNodeHandle: FindNodeHandleRN = (componentOrHandle) => componentOrHandle as number | null;