-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Can't find variable URL #9615
Comments
@jaggerwang in line no. 13 you seem to be using |
@facebook-github-bot stack-overflow |
Hey @jaggerwang and thanks for posting this! @satya164 tells me this issue looks like a question that would be best asked on StackOverflow. StackOverflow is amazing for Q&A: it has a reputation system, voting, the ability to mark a question as answered. Because of the reputation system it is likely the community will see and answer your question there. This also helps us use the GitHub bug tracker for bugs only. Will close this as this is really a question that should be asked on SO. |
@jaggerwang, I had the same problem. URL was working because I had the Remote JS Debugger running in Chrome. |
Install npm package url to fix this. |
The correct answer to this should be installing url-parse. |
Environment
iOS
[email protected]
[email protected]
Error
Can't find variable: URL
Related code
Analyze
It did working before, and suddenly it came out. It seems like babel not transforming correctly, I've also tried "react-native start --reset-cache".
The text was updated successfully, but these errors were encountered: