I have problem with module \'react-navigation-stack\' I\'ve written the same code from https://facebook.github.io/react-native/docs/navigation#react-navigation. Pla
\'react-navigation-stack\'
Try to add curly braces around createStackNavigator like so:
{ createStackNavigator }