Watchman is a tool provided by Facebook to monitor file system changes. Installing this tool can improve development-time performance (Packager can quickly catch changes to files for real-time refreshes)

We use Homebrew to install Watchman and enter the command in terminalbrew install watchman

If you don’t have Homebrew installed on your MAC, go to “Homebrew Installation and Use.”