Turns SVG files into React Native (Web) (+ optional ReasonML) components
react-from-svg [sourcePath] [outputPath] [--with-reason] [--remove-fill] [--reason-module-path]
Just React Native / React Native Web SVGs, with fill svg props removed, nice for icons
react-from-svg assets/svgs src/Svgs --remove-fill
React Native (Web) + ReasonML bindings SVGs
react-from-svg assets/svgs src/Svgs --with-reason
React Native (Web) + ReasonML bindings SVGs and absolute path : it's usefull if you defined a webpack alias and you don't generate your bucklescript output "in-source"
react-from-svg assets/svgs src/Svgs --with-reason --reason-module-path=./src/components