-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SyntaxError: Expected ",", [ \t\r\n], or [eE] but "-" found. #1313
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You may also mark this issue as a "discussion" and I will leave this open. |
Unfortunately recently I've got the same problem with latest versions of Environment info
Steps To Reproduce (Updated)<SvgWithCssUri
uri = "https://cdn.geekygames.it/ganjyab/init/store/emoji/emoji-CrocOrange/CrocOrange-1.svg"
width = "100" height = "100" /> Simply You should get crash!
Please inform me if you have any information |
I am receiving the same error. "expo": "~41.0.1", "react-native-svg": "^12.1.1" [SyntaxError: Expected ",", [ \t\r\n], or [eE] but "-" found.] |
I'm getting a similar error here as well. Dependencies
Code
Errors:
|
Hello, |
Bug
I am trying to use
SvgCssUri
orSvgUri
but getting error below.SyntaxError: Expected ",", [ \t\r\n], or [eE] but "-" found.
Url is working fine with browser
https://cdn.coinranking.com/B1N19L_dZ/bnb.svg
Environment info
React native info output:
Library version: ^12.0.3
Steps To Reproduce
Issues without reproduction steps or code are likely to stall.
Describe what you expected to happen:
code gets crash. with these error
SyntaxError: Expected ",", [ \t\r\n], or [eE] but "-" found.
The text was updated successfully, but these errors were encountered: