devfd/react-native-workers

Worker not working with hot reloading

therealgilles opened this issue · 0 comments

When trying to run my app with hot reloading, the worker does not work properly. I get the following messages:

2016-11-17 21:16:21.277 app[15089:2120623] No parent bridge defined - abord sending worker message

If I disable hot reloading, things work fine but I don't get access to the dev menu anymore once the worker has started.