Skip to content

hot reloading not working when project is inside node-modules (react-vr) #13899

Description

@amir-arad

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions