Code QuizIntermediate

Installing React Navigation Dependencies

Spot the missing peer dependency needed to install React Navigation.

Codebash
# Setting up React Navigation
npm install @react-navigation/native
npm install @react-navigation/native-stack

# App still crashes on launch with a native module error

What is missing that causes the app to crash at runtime?