UNPKG

react-native-gesture-handler

Version:

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

7 lines (6 loc) 143 B
"use strict"; let handlerTag = 1; export function getNextHandlerTag() { return handlerTag++; } //# sourceMappingURL=getNextHandlerTag.js.map