Skip to content
Advertisement

Unable to resolve “@react-native-community/masked-view

I am using react native expo version 37.0.3 and every time I run the app I am getting this error`

JavaScript

I don’t have any idea why this error is coming

Here is the screenshot of error on my mobile screen

Advertisement

Answer

You haven’t followed the installation instructions for React Navigation.

Since you’re using Expo, you should run

JavaScript

, as per the getting started docs.

Advertisement