I\'m trying to used react-navigation but I can not get it to work when I move each screens\' components into multiple files. I always get this error: \"The component for ro
Try with:
Home: { screen: () => <HomeScreen/>, },