Back to Expo

Animations

docs/scenes/get-started/start-developing/TemplateFeatures/features/animations.mdx

latest391 B
Original Source

import { RawH3 } from '~/ui/components/Text';

<RawH3>Animations</RawH3>

The src/components/animated-icon.native.tsx component uses react-native-reanimated to create the animated splash overlay and rotating glow effect on native platforms. The web version in src/components/animated-icon.tsx uses CSS animations instead, demonstrating platform-specific code using file extensions.