UNPKG

react-native-gesture-handler

Version:

Experimental implementation of a new declarative API for gesture handling in react-native

5 lines 128 B
let handlerTag = 1; export function getNextHandlerTag() { return handlerTag++; } //# sourceMappingURL=getNextHandlerTag.js.map