Image has no propType
dhunniecutt opened this issue · 6 comments
Hi,
Trying to run your sample. When I build in xcode I get the following error in the simulator:
Image has no propType for native prop RCTImageView.defaultImageSrc of native UIImage.
Any idea what I may be missing?
I don't believe we're even using an ImageView in this project.
Were you running the packager from another project? sometimes that is an issue.
Is the packager running correctly? Can you close it and let the app run it and check there is no error ?
I'm pretty new to react-native, not sure what packager you're referring to?
I had same problem. i checked and found , packager already running in terminal for other project. Closed it. Running fine now.
I've found most problems are something like that with restarting the packager.
