UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

14 lines (12 loc) 510 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'; // TODO: Fix me // @ts-ignore RNSVG doesn't export types for web, see https://github.com/software-mansion/react-native-svg/pull/2801 // @ts-ignore - remove when more properties are added export const SVG_PATH_PROPERTIES_CONFIG = { ...commonSvgProps // TODO - add more properties }; //# sourceMappingURL=path.js.map