react-native-svg-types
v1.0.0
Published
SVG types for React Native
Downloads
5
Readme
react-native-svg-types
Type declaration for SVG module in React Native, to use with react-native-svg-transformer
yarn add -D thanhtunguet/react-native-svg-types
Usage
Add to tsconfig.json
:
{
"compilerOptions": {
"types": [
"react-native-svg-types"
]
}
}