You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When SvgUri or SvgCssUri load an URI that doesn't exist, it tries to parse the HTML error-page as SVG and crashes. The fetchText method in node_modules/react-native-svg/src/xml.tsx doesn't check for this condition.
When SvgUri or SvgCssUri load an URI that doesn't exist, it tries to parse the HTML error-page as SVG and crashes. The fetchText method in
node_modules/react-native-svg/src/xml.tsxdoesn't check for this condition.