Open EdwardBX opened 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.
npm i
Thanks for reporting, I'll take a look.
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.