Closed joncursi closed 7 years ago
After adding this project to my react native app, I started seeing a lot of build issues being reported in Xcode. The build will succeed, but it looks like there's some cleanup needed related to RCTWebSocket:
RCTWebSocket
@joncursi It is not react-native-meteor issue, because we dont have any native code inside package.
Ah, I figured RCTWebsocket made its way into my project via this project. I'll close then
After adding this project to my react native app, I started seeing a lot of build issues being reported in Xcode. The build will succeed, but it looks like there's some cleanup needed related to
RCTWebSocket
: