UNPKG

react-native-viewport-helpers

Version:
3 lines (2 loc) 168 B
import { View } from 'react-native'; export declare const observe: (ref: View | Element, isVisible: boolean, setIsVisible: (isVisible: () => boolean) => void) => void;