react-native-workers icon indicating copy to clipboard operation
react-native-workers copied to clipboard

Is it necessary to manually generate worker.jsbundle?

Open mmmurf opened this issue 7 years ago • 2 comments

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.

mmmurf avatar Apr 07 '17 21:04 mmmurf

Unfortunately it is.

fabriciovergara avatar May 15 '17 12:05 fabriciovergara

I also found that I had to rename the worker to worker.ios.js to avoid breaking the convention used by the packager.

mmmurf avatar Jun 22 '17 19:06 mmmurf