react-native-misc

React Native library

This project is maintained by iliubinskii

React Native libraryDocs


React Native library / components/common-components/GestureRecognizer / Props

Interface: Props

Internal

Extends

Properties

onSwipeEnd()?

readonly optional onSwipeEnd: (gestureState) => void

Handles swipe in the end direction.

Parameters

gestureState: PanResponderGestureState

Gesture state.

Returns

void


onSwipeStart()?

readonly optional onSwipeStart: (gestureState) => void

Handles swipe in the start direction.

Parameters

gestureState: PanResponderGestureState

Gesture state.

Returns

void