UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

12 lines (11 loc) 329 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_CIRCLE_PROPERTIES_CONFIG = { ...commonSvgProps, cx: true, cy: true, r: true }; //# sourceMappingURL=circle.js.map