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\'
this is the fixed app. https://snack.expo.io/@whitedragon226/stackdemo
Fixed lines
import React from 'react';
and add some dependencies
... "react-native-screens": "^1.0.0-alpha", "react-native-gesture-handler": "^1.0.0"
this doc is may help you.