react-native-firebase icon indicating copy to clipboard operation
react-native-firebase copied to clipboard

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

Open chriswayg opened this issue 4 years ago • 1 comments
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.

chriswayg avatar May 23 '21 07:05 chriswayg

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?

JakobKaae avatar May 28 '21 09:05 JakobKaae