react-native-firebase
react-native-firebase copied to clipboard
Fix error when logging back in, due to wrong name for Home screen.
trafficstars
FIXES ERROR: The action 'NAVIGATE' with payload {"name":"Home","params":{"user":{"id":"F3GvkANFWcQc0xbrfE8EHr5qxDp2","fullName":"Chris1","email":"[email protected]"}}} was not handled by any navigator. - Do you have a screen named 'Home'?
Also added Yarn install to Expo instructions.
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?