Files
Schnappix/node_modules/react-native-reanimated/src/fabricUtils.web.ts
T

10 lines
203 B
TypeScript

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