UNPKG

react-native-viewport-helpers

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