UNPKG

react-native-gesture-handler

Version:

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

7 lines (6 loc) 168 B
"use strict"; import { startListening } from './handlers/gestures/eventReceiver'; export function initialize() { startListening(); } //# sourceMappingURL=init.js.map