inProgress-team / react-native-meteor

Meteor Reactivity for your React Native application :)
MIT License
693 stars 210 forks source link

Multiple Build Issues Reported in XCode #235

Closed joncursi closed 7 years ago

joncursi commented 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:

screen shot 2017-06-02 at 9 09 37 pm

noris666 commented 7 years ago

@joncursi It is not react-native-meteor issue, because we dont have any native code inside package.

joncursi commented 7 years ago

Ah, I figured RCTWebsocket made its way into my project via this project. I'll close then