vault-development / react-native-svg-uri

Render SVG images in React Native from an URL or static file
850 stars 334 forks source link

method.bind is not a function #180

Open PurnimaNaik opened 5 years ago

PurnimaNaik commented 5 years ago
![image](https://user-images.githubusercontent.com/33334848/55360343-14170980-54a2-11e9-96d4-b68db1e0b44d.jpeg)

This error is located at:
    in Svg (at react-native-svg-uri/index.js:168)
    in RCTView (at View.js:45)
    in View (at react-native-svg-uri/index.js:288)
    in SvgUri (at CreatePasswordComponent.js:382)

Got this error randomly out of the blue today. Works for iOS. Facing this issue with Android. Any solutions?

abraxasdf commented 5 years ago

Hi the issue is that this depends on another component called react-native-svg, try updating that one, this solved my issues.