Closed dhunniecutt closed 8 years ago
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.
Not running from another project. Opened the Sample.xcworkspace and followed the instructions under IOS and Server on the read me. Maybe I missed a step though? In the screenshot you can see where it is attempting to verify the prop.
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.
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?