UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

8 lines (7 loc) 282 B
'use strict'; import { logger } from '../common'; function dispatchCommandWeb(_animatedRef, _commandName, _args = []) { logger.warn('dispatchCommand() is not supported on web.'); } export const dispatchCommand = dispatchCommandWeb; //# sourceMappingURL=dispatchCommand.web.js.map