Closed
Description
Description
I started a react-vr project in my working directory, which is nested under node-modules (for convenient linking between projects without npm link
)
Reproduction Steps and Sample Code
init a new react-vr project inside some .../node-modules/...
path
Solution
I guess there's a recursive file watcher that ignore paths that contains the string node-modules
. instead, make it only ignore paths that contains ${current_dir}/node-modules
Additional Information
- React Native version: 0.42.3
- Platform: n/a
- Development Operating System: OSX