UNPKG

react-native-gesture-handler

Version:

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

6 lines (4 loc) 122 B
import { startListening } from './handlers/gestures/eventReceiver'; export function initialize() { startListening(); }