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
First of all, thanks for reviving this, as indeed the other two modules do not seem to be maintained anymore!
But I've just tried to use this (on mac and ios), but haven't yet got it working. More annoying, there seems to be something stopping the packager from seeing updates I make.
Have you had any issues with the underlying watchman not picking edits?
The text was updated successfully, but these errors were encountered:
Correction; it seems it does spot when I make a change, because if I use the simulator I can see it reloading on edit once I enable live reload. So that part seems to be ok
However, it reloads the old bundle. So I'm assuming the bundles aren't updated. Does this mean I have to manually rebundle both the app and the worker?
Hi @jliebrand, thanks for checking out react-native-threads!
Unfortunately the worker thread bundle reloading doesn't work very well for me either, my personal workflow has been to restart my app in order to pick up changes.
It's definitely not ideal, I'm hoping to be able to find a way to make the development experience better. Ideally I'd like to be able to reload worker bundles and launch remote debuggers for worker threads, but I'm not quite sure right now what kind of work that would entail.
Thanks for the confirmation. For me, even restarting the app didn't work... but I just restarted everything (xcode, packager, simulator), and now it works as you describe.
I'll update the title of this bug, and leave it open in case you do work out how to get live reloading working
jliebrand
changed the title
Packager doesn't spot updates?
Live reloading (re-bundling of both app and worker bundles) not working
Sep 27, 2017
First of all, thanks for reviving this, as indeed the other two modules do not seem to be maintained anymore!
But I've just tried to use this (on mac and ios), but haven't yet got it working. More annoying, there seems to be something stopping the packager from seeing updates I make.
Have you had any issues with the underlying watchman not picking edits?
The text was updated successfully, but these errors were encountered: