Relative Content

Tag Archive for iosfirebasereact-nativeexpocrash

React Native app crashing on iOS, not on android

I tried to create my first bigger app in react native with an expo managed workflow. I have created the login and signup page (firebase backend), and then implemented a logout button. After logout, the app redirects to the welcome page, where when I try to login again, the login is successful, but crashes right after. The crash only happens on iOS (simulator and physical), not on android (simulator). I am really clueless, I have tried everything I could, but couldn’t figure out the issue. If you have spare 5 minutes. Would you please look at my code? Any help/advice appreciated.