roaringUnicorn
roaringUnicorn
I'm having the same problem. Is there any update ? My thread code look like that: ``` import { self } from 'react-native-threads' console.log(self) self.onmessage([...]) ``` logs: ``` 05-28 12:51:41.308...
Ok, RTFM... It is not ``` self.onmessage(callbackFn) ``` but ``` self.onmessage = callbackFn ```
Hi, Same problem here... Would be really nice to solve this ! @CleyFaye have you made a fork ? I don't see your name in the fork list.