UNPKG
react-native-svg-animation-fix
Version:
latest (12.1.1)
12.1.1
SVG library for react-native
github.com/bardliu/react-native-svg
bardliu/react-native-svg
react-native-svg-animation-fix
/
src
/
index.ts
4 lines
(2 loc)
•
79 B
text/typescript
View Raw
1
2
3
4
export
*
from
'./ReactNativeSVG'
;
export
{
default
}
from
'./ReactNativeSVG'
;