react-native-workers
react-native-workers copied to clipboard
Background worker is always loading, it doesn't execute.
Using react-native-workers: ^0.3.1, react-native: ^0.34.1
When i start my worker in componentDidMount. The script gets downloaded, but it doesnt get executed on device.

I am using debug mode and Loading from ip.xip.io:port always remains in status bar.
Could observe following in perf monitor.

Interference from Realm React Native cause this effect.
Have put dirty workaround in RealmReact.mm for continuing.
@senthilsivanath Can you share your workaround? We are using Realm too and considering using workers...