New react native user here. I\'m running into an issue and I am not sure how to proceed. I was able to get react-navigation running properly and then began receiving an error: \
const MyNavigator = createStackNavigator({ RouteNameOne: { screen: () => }, RouteNameTwo: { screen: () => } }, { initialRouteName: 'RouteNameOne' });
It will work.