inProgress-team / react-native-meteor

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

[BUG] ANDROID when deleted users or clear resume.loginTokens #322

Closed 2ducanhpham closed 5 years ago

2ducanhpham commented 6 years ago

IOS run ok. But android not working I not see info

screen shot 2018-08-08 at 2 41 33 pm

React-native 0.55.4 React-native-meteor 1.4.0 @noris666

vermiculite commented 5 years ago

Hi, There was a bug in the react native websocket implementation that meant the close event wasn't being received from the server. Therefore you should upgrade to React-native 0.57.8 or newer and my guess is it will just work.

Let me know how you get on please.

2ducanhpham commented 5 years ago

thanks @vermiculite. I will try

2ducanhpham commented 5 years ago

It fixed with react-native 0.57.8. thanks @vermiculite