mcnamee / react-native-starter-kit

:rocket: A React Native boilerplate app to get you up and running very, very quickly :rocket:
MIT License
3.35k stars 865 forks source link

Creating user on iOS works, but shows loading animation forever #184

Closed GitHubGreg closed 6 years ago

GitHubGreg commented 6 years ago

Thanks for this great starter kit. Just one issue I've found.

I'm running a fresh copy from master on the iOS simulator (iPhone 6, 11.4) on MacOS High Sierra.

When I create a new user, it works and adds the user to Firebase (I have confirmed by making my own version connected to my own Firebase database) but it shows the loading circular animation forever.

If I re-click the profile tab icon, I re-see the profile options (Login, Sign Up...). But if I click any of them I re-see the loading animation.

I would expect to see some sort of confirmation when the user is created.

Thanks.

screen shot 2018-08-20 at 11 21 10 am

GitHubGreg commented 6 years ago

I accidentally closed this issue but it persists as described.

GitHubGreg commented 6 years ago

Re-opening issue, sorry for closing it by error.

GitHubGreg commented 6 years ago

I've submitted a fix. https://github.com/mcnamee/react-native-starter-kit/pull/185