react-native-skia-responsive-text
Version:
A library providing a wrapper for the React Native Skia Text component, offering features like user-friendly text alignment, efficient multiline text management, and straightforward text truncation.
14 lines (12 loc) • 414 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.isSharedValue = isSharedValue;
// eslint-disable-next-line @typescript-eslint/no-explicit-any
function isSharedValue(value) {
'worklet';
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access, no-underscore-dangle
return value?._isReanimatedSharedValue === true;
}
//# sourceMappingURL=reanimated.js.map