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

7 lines
237 B
JavaScript

'use strict';
import { ReanimatedError } from './common';
export function getShadowNodeWrapperFromRef() {
throw new ReanimatedError('Trying to call `getShadowNodeWrapperFromRef` on web.');
}
//# sourceMappingURL=fabricUtils.web.js.map