Skip to content
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

Invariant Violation: requireNativeComponent: "RCTImageView" was not found in the UIManager. #14464

Closed
MIyulong opened this issue Dec 19, 2018 · 6 comments

Comments

@MIyulong
Copy link

MIyulong commented Dec 19, 2018

there is my logs, and the current react-native version is 0.57.8, in the pod file, also write with 'RCTImage', as for those, how can i resolve this problem

Do you want to request a feature or report a bug?
image
image
image

@aweary
Copy link
Contributor

aweary commented Dec 20, 2018

This repo is for React Core. You've already opened an issue in the React Native repo, which is the correct place for this.

@aweary aweary closed this as completed Dec 20, 2018
@Espero1995
Copy link

Have you solved?

@Espero1995
Copy link

Maybe you can choose debug mode? I have same problem , I find that I choose release mode, but I choose debug mode ,the warming is disappeared.

@MIyulong
Copy link
Author

yes, the problem has been solved, as you said, it's running well on debug model @expero1995

@absss
Copy link

absss commented Apr 25, 2019

我也遇到了同样的问题,我的解决方案是:删除pod文件夹和pod.lock文件,之后再 pod install ,然后全局搜索 RCTImageView, 如果能找到该类的相关信息,则说明问题已经解决。我猜测问题的原因是pod file里面的RCTImage是位于subspecs里面,pod install命令会绕过你已经下载好的库文件,所以重新删除再下载就能把RCTImageView相关文件下载下来,当然,你不嫌麻烦,也可以使用 pod update命令,应该也能解决

@Espero1995
Copy link

Espero1995 commented Apr 25, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants