UNPKG

react-native-animated-glow

Version:

A performant, highly-customizable animated glow effect for React Native, powered by Skia and Reanimated.

15 lines (14 loc) 452 B
"use strict"; import React from 'react'; import { LazyUnifiedSkiaGlow } from './LazyUnifiedSkiaGlow'; import { jsx as _jsx } from "react/jsx-runtime"; export const SkiaRoot = props => { return /*#__PURE__*/_jsx(LazyUnifiedSkiaGlow, { layout: props.layout, masterOpacity: props.skiaOpacity, progress: props.animationProgress, fromConfig: props.fromConfigSV, toConfig: props.toConfigSV }); }; //# sourceMappingURL=SkiaRoot.js.map