UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

9 lines (7 loc) 261 B
'use strict'; export function isSharedValue(value) { 'worklet'; // We cannot use `in` operator here because `value` could be a HostObject and therefore we cast. return value?._isReanimatedSharedValue === true; } //# sourceMappingURL=isSharedValue.js.map