0

Only beginnings of boilerplate and upon attempting to run the app I get the message:

Unable to resolve "react-navigation-stack" from "App.js"

I've tried several different types of installation of react-navigation-stack

This one was received from:
https://reactnavigation.org/docs/en/stack-navigator.html

yarn add react-navigation-stack @react-native-community/masked-view

1 Answer 1

1

You need to install the main react-navigation library as well, along with the dependencies used:

yarn add react-navigation
yarn add react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.