You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after i update react native to 0.24.1, I modify javascript code and save but packager server not detect this change. So reload js from my android have no effect.
+1, I got the same problem, live load and hot load both not working.
The js file only transformed once when I start the packager.
It also toke so long time to finish. here is the log :
[11:52:39] request:/index.android.bundle?platform=android&dev=true&hot=t
rue&minify=false
[11:52:39] find dependencies
[11:56:49] Crawling File System (261278ms)
[11:56:49] Building in-memory fs for JavaScript
[11:56:51] Building in-memory fs for JavaScript (1743ms)
[11:56:51] Building in-memory fs for Assets
[11:56:52] Building in-memory fs for Assets (1166ms)
[11:56:52] Building Haste Map
[11:56:53] Building (deprecated) Asset Map
[11:56:53] Building (deprecated) Asset Map (307ms)
[11:56:53] Building Haste Map (758ms)
[11:56:53] Building Dependency Graph (264980ms)
transformed 528/528 (100%)
[11:56:59] find dependencies (260047ms)
[11:56:59] request:/index.android.bundle?platform=android&dev=true&hot=t
rue&minify=false (260291ms)
[Hot Module Replacement] Client connected
Activity
radko93 commentedon Apr 27, 2016
Have you tried restarting you packager/emulator/computer? Maybe check this issue: #306. Look at watchman, auto-saving.
InnerPeace080 commentedon Apr 28, 2016
restart packager , computer have no effect. i have no idea with this
taxusyew commentedon Apr 28, 2016
+1, I got the same problem, live load and hot load both not working.
The js file only transformed once when I start the packager.
It also toke so long time to finish. here is the log :
[11:52:39] request:/index.android.bundle?platform=android&dev=true&hot=t
rue&minify=false
[11:52:39] find dependencies
[11:56:49] Crawling File System (261278ms)
[11:56:49] Building in-memory fs for JavaScript
[11:56:51] Building in-memory fs for JavaScript (1743ms)
[11:56:51] Building in-memory fs for Assets
[11:56:52] Building in-memory fs for Assets (1166ms)
[11:56:52] Building Haste Map
[11:56:53] Building (deprecated) Asset Map
[11:56:53] Building (deprecated) Asset Map (307ms)
[11:56:53] Building Haste Map (758ms)
[11:56:53] Building Dependency Graph (264980ms)
transformed 528/528 (100%)
[11:56:59] find dependencies (260047ms)
[11:56:59] request:/index.android.bundle?platform=android&dev=true&hot=t
rue&minify=false (260291ms)
[Hot Module Replacement] Client connected
InnerPeace080 commentedon Apr 28, 2016
at last . I found problem.
problem still is timeout . but when timeout it not show message for us (still don't know why.).
to solve this problem.
in file "\node_modules\node-haste\lib\FileWatcher\index.js"
you should increase "MAX_WAIT_TIME" variable (example : 360000) ;
and change function "_createWatcher"
from
to
now . every thing run normal . :D
tahaziadeh commentedon May 27, 2016
great solution InnerPeace080:+1:
shtefanntz commentedon Jul 10, 2016
Thanks a lot, PeaceFromInside080 !!! ^_^
xiDaiDai commentedon Jul 12, 2016
How to deal with Windows Platform?
"\node-haste\lib\FileWatcher\index.js" how can I get this file ?install watchman?
xiDaiDai commentedon Jul 12, 2016
finally got the file path :\node_modules\react-native\node_modules\node-haste
micsay commentedon Jul 12, 2016
thanks
togayther commentedon Jul 23, 2016
thanks, that's work.
nishil-tamboli commentedon Sep 3, 2016
I was stuck with this one for hours. @InnerPeace080 your solution saved my life! Amazing! :)
TranTungVGroup commentedon Sep 10, 2016
You saved my day. Your solution works perfect. Thank you so much !!!!
26 remaining items