We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在 app开发过程中,添加了新的图片之后,有时会出现如下错误:
Unexpected character '�' (1:0)
具体issue可参见这里
可能的原因是 npm start的时候React Native会生成一份图片的map,新加入的图片导致map出现问题。
npm start
重启packager:
The text was updated successfully, but these errors were encountered:
Unexpected character
No branches or pull requests
问题描述
在 app开发过程中,添加了新的图片之后,有时会出现如下错误:
具体issue可参见这里
原因分析
可能的原因是
npm start
的时候React Native会生成一份图片的map,新加入的图片导致map出现问题。解决方案
重启packager:
The text was updated successfully, but these errors were encountered: