ColinEberhardt / ReactNative-PropertyFinder

A property finder application written using React Native
274 stars 63 forks source link

Missing class RCTRootView #6

Closed victor-kotov closed 9 years ago

victor-kotov commented 9 years ago

Hi, I got this error while trying to build the project: /.../ReactNative/ReactNative-PropertyFinder-master/iOS/AppDelegate.m:12:9: 'RCTRootView.h' file not found

victor-kotov commented 9 years ago

Probably it's because of this part from the project's guide: To run this project you need to fetch the node dependencies using the following command: npm install

this command should be run inside the project folder?

victor-kotov commented 9 years ago

Running "npm install" inside the project's root folder (folder with index.ios.js) fixed the issue.