UNPKG

react-native-touch-blocker

Version:

TouchBolocker is a React Native and React Native Web component that helps blocking the user from interacting with children components.

5 lines (4 loc) 132 B
import { ViewProps } from 'react-native'; export declare type TouchBlockerProps = ViewProps & { enableTouchEvents?: boolean; };