Skip to content

Conversation

kimbuca
Copy link

@kimbuca kimbuca commented Jun 20, 2018

Fill property wasn't working for me as it said on the readme. From an issue here I found out fill property was needed on the path component. It worked on my project, I hope it get's approved :)

ethanyou725 pushed a commit to ethanyou725/react-native-svg-uri that referenced this pull request Sep 13, 2018
uqmessias added a commit to uqmessias/react-native-svg-renderer that referenced this pull request Feb 7, 2019
uqmessias added a commit to uqmessias/react-native-svg-renderer that referenced this pull request Feb 7, 2019
@vemarav
Copy link

vemarav commented Mar 28, 2019

add fill attr in your svg as below

  <svg>
    <path fill="" d="..." />
  </svg>

@acelyavul
Copy link

I added fill attr to path, it throws error

ERROR SVG [TypeError: Cannot read property 'childNodes' of undefined]
at SvgUri (http://10.0.2.2:8081/app/lib/SvgUri/index.bundle//&platform=android&lazy=true&app=com.servisplan&modulesOnly=true&dev=true&minify=false&runModule=true&shallow=true:56:36)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants