spencercarli / react-native-meteor-boilerplate

MIT License
628 stars 139 forks source link

Cannot login when runing on iOS #49

Closed ghost closed 8 years ago

ghost commented 8 years ago

I cloned the repo followed the steps and I reach to the login page. I can create a user, and I can see the user has been inserted into meteor mongo however, after create user, it doesn't go to the profile page due to meteor.user() returns null.

Anyone has the same issue?

Thanks

ghost commented 8 years ago

nvm, you have to sign up with a valid email address, other wise, it will fail.

spencercarli commented 8 years ago

yeah it's not super intuitive - something I've considered changing