change fill="#000000" in <svg/> tag element
<svg/>
remove fill="..." in <path/>
<path/>
config file .svgrrc
{ "replaceAttrValues": { "#0000000": "{props.fill}", } }
check github: https://github.com/kristerkari/react-native-svg-transformer/issues/105