UNPKG

react-native-gesture-handler

Version:

Declarative API exposing native platform touch and gesture system to React Native

8 lines (7 loc) 291 B
import { HammerInputExt } from './GestureHandler'; import PressGestureHandler from './PressGestureHandler'; declare class NativeViewGestureHandler extends PressGestureHandler { get isNative(): boolean; onRawEvent(ev: HammerInputExt): void; } export default NativeViewGestureHandler;