joltup / react-native-threads

Create new JS processes for CPU intensive work
MIT License
755 stars 141 forks source link

Can't get message in thread.js on Android #144

Open Kstar0722 opened 2 years ago

Kstar0722 commented 2 years ago

It works well on ios. but I can't get message in thread that I sent in main thread on Android. I am using React Native v0.65

irohitb commented 1 year ago

@Kstar0722 I have created an updated fork here: https://github.com/irohitb/react-native-multithreads

See if this works for you?

Kstar0722 commented 1 year ago

thanks, actually, I fixed it on my end. and patched.