Garrett Mitchell

Results 20 comments of Garrett Mitchell

Thanks for your reply. I can check again next week, but it didn't seem to be an issue with the packager not being done yet, as it happens consistently, and...

Also, thank you for making this ❤️

@Traviskn I've tried what you said. With the debugger turned off, it seems like I can use the app just fine until I call `new Worker` (where Worker = RNThread.Thread)....

@Traviskn is there any way I could tweak this package to opt out of debugging completely for threads? I'm assuming that would help the issue I'm seeing, and it would...

@Traviskn is there something I can help with? I am eager to spend some time to help make this work more cleanly, if you can tell me what you could...

For the record, this is with react-native 0.48.1 and react-native-threads 0.0.4 If these aren't expected to be compatible, I can upgrade one or both and try again.

I am trying the react-native-workers package you linked, not having much more luck. As soon as I try to use the bridge, the app either red-boxes (with debugging enabled) or...

@Traviskn thanks for your help, I'll probably poke around on working that out if I get a chance.

@Traviskn FYI I have forked this repo: https://github.com/jamesreggio/react-native-workers And disabled remote debugging for threads, and things seem to work on RN 0.50.1. Here's my fork: https://github.com/garrettm/react-native-workers (I used your SimpleExample...