UNPKG

react-native-animated-glow

Version:

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

15 lines (13 loc) 299 B
export type { PresetConfig, GlowConfig, AnimatedGlowProps, GlowLayerConfig, GlowEvent, GlowState, GlowPlacement, PresetMetadata, } from './animated-glow/types'; export { glowPresets } from './glow-presets'; import AnimatedGlow from './AnimatedGlow'; export default AnimatedGlow;