Open
Description
Hey! I love your library!
It would be amazing if other than mdi-react
and mdi-preact
there was a third option, mdi-react-native
. The differences would be tiny:
- do not apply default className
- replace
svg
andpath
withimport Svg, { Path } from 'react-native-svg'
- I'm not 100% sure right now but I think
fill
needs to be applied onPath
instead ofSvg
I'd love to send a PR but I'm not a TypeScript person so I gave up after trying to fix the typings (sorry!)
Would you be interested in adding this and releasing it as your own library or would you rather not maintain any extra baggage and I should just fork? :)