what is the use of watchman for react native?
React Native uses watchman to detect when you’ve made code changes and then automatically build and push the update to your device without you needing to manually refresh it. https://facebook.github.io/watchman/ is the home page for the watchman used by React Native. Note that it is different and completely unrelated to https://www.npmjs.com/package/watchman which has some similar … Read more