Do I need to keep .watchmanconfig file in react-native project
Asked Answered
B

1

8

default react native project generates .watchmanconfig file that is simply empty object {}, can I safely delete this?

A subquestion would be: is there any watchman configuration I can do / refference to improve react-native project experience somehow?

Bucella answered 15/3, 2018 at 11:2 Comment(0)
D
20

.watchmanconfig can be safely deleted.

If Watchman does not find the .watchmanconfig relative to your root directory, then it will simply load the watchman configuration present in /etc/watchman.json in your global configuration.

You don't need to provide a Watchman Configuration unless your project files become very large as mentioned here

Hope it helps!

Disposed answered 15/3, 2018 at 11:47 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.