instamobile / react-native-firebase

React Native Firebase Starter Project with Auth, Firestore, Storage and Push Notifications
https://instamobile.io
MIT License
410 stars 136 forks source link

Fix error when logging back in, due to wrong name for Home screen. #12

Open chriswayg opened 3 years ago

chriswayg commented 3 years ago

FIXES ERROR: The action 'NAVIGATE' with payload {"name":"Home","params":{"user":{"id":"F3GvkANFWcQc0xbrfE8EHr5qxDp2","fullName":"Chris1","email":"chris1@email.com"}}} was not handled by any navigator. - Do you have a screen named 'Home'?

Also added Yarn install to Expo instructions.

JakobKaae commented 3 years ago

Im getting the same error, but changing the name to 'HomeScreen' like in your solution doesnt change anything for me. Are you sure that error was resolved by just changing the name that place?