Web / React native Interview questions
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 your device without you needing to manually refresh it.
The Facebook watchman service is designed to scale to very large filesystem trees and to aggregate watching resources across multiple projects.
More Related questions...