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

7 lines
197 B
JavaScript

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