chrisbull/svg-to-react-native-cli

Height and Width not used from props

richkeenan opened this issue ยท 1 comments

Hey ๐Ÿ‘‹

Cool tool, thanks for making it. It seems like the props aren't used to specify height/width even though the readme states that these are number priority.

The example in the readme doesn't use the props argument and in components I've created using the tool this is the case.

Is this expected? I'd be happy to make a PR addressing this if not.

@richkeenan I've made a fork and a PR with the option to override height, width, fill and stroke through props.