What problem does it solve?
Software Mansion's svg skill delivers authoritative guidance for rendering vector graphics in React Native apps, eliminating the guesswork about when to use react-native-svg and how to balance performance with fidelity.
Core Features & Use Cases
- Decision Guide: Helps you choose between react-native-svg, expo-image, vector icons, Skia, Lottie, and WebView depending on the need for animation, interactivity, or static rendering.
- Installation and Performance Notes: Covers installation via Expo or react-native-cli, linking native code, and warns that every SVG element becomes a native view without caching.
- Animation Patterns: Shows how to animate SVG components and paths with Reanimated to build pulsing circles, progress arcs, and other interactive elements.
Quick Start
Tell the agent to apply the svg skill when rendering a responsive chart icon using React Native SVG and Reanimated so it follows Software Mansion best practices.