Search code examples
react-nativereact-navigationreact-navigation-stack

Getting error with react-navigation-stack


I am using react-navigation and react-navigation-stack in my code. Done everything as told in the react-navigation documentation. Still getting this error. You can see the code and the error in the screenshot below. Any help will be appreciated. Thanks


Solution

  • You also need to install @react-native-community/masked-view. Because it is used by react-navigation-stack.

    Use following command to install both :-

    npm install react-navigation-stack @react-native-community/masked-view