ColinEberhardt / ReactNative-PropertyFinder

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

RCTWebSocket is not linked correctly? #10

Open EdwardBX opened 8 years ago

EdwardBX commented 8 years ago

I download this repo and run npm i in command line. Then I compile this project, it won't work. I fix this by adding RCTWebSocket to Link Binary With Libraries in Build Phases. Maybe the RCTWebSocket is not linked correctly.

ColinEberhardt commented 8 years ago

Thanks for reporting, I'll take a look.