.watchmanconfig file missing from react native app

754 views Asked by At

I'm building my first React Native app. I tried 3 different ways of creating a new project: npx react-native init, create-react-native-app, expo init.

I have installed, Homebrew, Expo, Watchman, Create React Native App.

No matter which way I try creating a new React Native project, the .watchmanconfig file is missing. I've read other forums stating to simply add the .watchmanconfig file and add {}.

But does this really solve the problem? Is it possible I did not install watchman correctly?

I have also gone into my security settings (MAC) and gave full disk access to watchman.

I've gone to the Watchman site and tried reading the docs to understand if I missing something somewhere but it's a little confusing.

Thank you!

0

There are 0 answers