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

6 lines
143 B
JavaScript

'use strict';
export function findNodeHandle(componentOrHandle) {
return componentOrHandle;
}
//# sourceMappingURL=findNodeHandle.web.js.map