Files
Schnappix/node_modules/react-native-reanimated/lib/module/platformFunctions/setGestureState.web.js
T

7 lines
197 B
JavaScript

'use strict';
import { logger } from '../common';
export function setGestureState() {
logger.warn('setGestureState() is not available on web.');
}
//# sourceMappingURL=setGestureState.web.js.map