meteorrn / meteor-react-native

Meteor client for React Native matching Meteor Spec
https://guide.meteor.com/react-native.html
Other
59 stars 31 forks source link

Accounts.onLogin not called if user is already logged in #52

Closed TheRealNate closed 3 years ago

TheRealNate commented 3 years ago

If the user is already logged in, the Accounts.onLogin callback is never executed.

The callback should be immediately executed if the user is already logged in.