Android Device | Android Emulator | iOS Device | iOS Simulator | Web |
---|---|---|---|---|
✅ | ✅ | ✅ | ✅ | ✅ |
expo install react-native-svg
. In bare apps, also follow the react-native-svg installation instructions.import Svg from 'react-native-svg';
Circle
, Rect
, Path
,
ClipPath
, and Polygon
. It supports most SVG elements and properties.
The implementation is provided by react-native-svg, and documentation is provided in that repository.