Link to 'LinuxWindowsSupport.md' at the appropriate commit.
Summary:Fixes #6314. When node-haste is officially the package for users to fix the timeout constant, the docs will need to be updated again, but that's a worry for down the line. Closes https://github.com/facebook/react-native/pull/6328 Differential Revision: D3023114 Pulled By: mkonicek fb-gh-sync-id: 939cba5f065c1d3bbd2706115a3a704e62975c98 shipit-source-id: 939cba5f065c1d3bbd2706115a3a704e62975c98
This commit is contained in:
parent
49b2805da2
commit
82e2038dfd
|
@ -22,6 +22,6 @@ On Windows the packager won't be started automatically when you run `react-nativ
|
||||||
cd MyAwesomeApp
|
cd MyAwesomeApp
|
||||||
react-native start
|
react-native start
|
||||||
|
|
||||||
If you hit a `ERROR Watcher took too long to load` on Windows, try increasing the timeout in [this file](https://github.com/facebook/react-native/blob/master/packager/react-packager/src/DependencyResolver/FileWatcher/index.js#L16) (under your node_modules/react-native).
|
If you hit a `ERROR Watcher took too long to load` on Windows, try increasing the timeout in [this file](https://github.com/facebook/react-native/blob/5fa33f3d07f8595a188f6fe04d6168a6ede1e721/packager/react-packager/src/DependencyResolver/FileWatcher/index.js#L16) (under your `node_modules/react-native/`).
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue