UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

10 lines (9 loc) 350 B
'use strict'; import { initSvgCssSupport } from "./css/svg/index.js"; import { getStaticFeatureFlag } from "./featureFlags/index.js"; export function initializeReanimatedModule(_ReanimatedModule) { if (getStaticFeatureFlag('EXPERIMENTAL_CSS_ANIMATIONS_FOR_SVG_COMPONENTS')) { initSvgCssSupport(); } } //# sourceMappingURL=initializers.js.map