UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

13 lines (12 loc) 338 B
'use strict'; // TODO: Fix me // @ts-ignore RNSVG doesn't export types for web, see https://github.com/software-mansion/react-native-svg/pull/2801 import { commonSvgProps } from './common'; export const SVG_LINE_PROPERTIES_CONFIG = { ...commonSvgProps, x1: true, y1: true, x2: true, y2: true }; //# sourceMappingURL=line.js.map