inProgress-team / react-native-meteor

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

couldn't connect to the meteor server #264

Open rizwan92 opened 7 years ago

rizwan92 commented 7 years ago

i am developing in windows and i connect to my meteor app using ws://192.168.X.X:3000/websocket i use both my ip address or localhost its not fetching my meteor subscribed collection
even i use http:// instead of ws://

Nauzer commented 7 years ago

Please share you code. I'm not on Windows but maybe we can tell already something on the basis of your code. Did you follow the example?