react-native-workers
react-native-workers copied to clipboard
Is it necessary to manually generate worker.jsbundle?
This file does not seem to be getting generated when I test on device, though it works when the packager is loaded via a URL rather than a file.
Unfortunately it is.
I also found that I had to rename the worker to worker.ios.js to avoid breaking the convention used by the packager.