react-native-threads icon indicating copy to clipboard operation
react-native-threads copied to clipboard

Understanding

Open AleksDominik opened this issue 4 years ago • 1 comments

Hello, Not a proper issue. I just want to understand some aspect missing or confusing for me in the documentations. Does More that one thread can be achieve without creating two worker.thread.js file. I tried to create two variables let thread1= new Thread('/path/to/mythread) let thread2= new Thread('/path/to/mythread) but I am not sure of the result. My second point is about integration of package. How can i include react-native-contact package within threads?

AleksDominik avatar Jan 11 '21 09:01 AleksDominik

Hey, I created an Update fork that supports getting references without creating a new thread.

You can check it here: https://github.com/irohitb/react-native-multithreads#working-with-existing-thread-passed-from-native-side

irohitb avatar Feb 02 '23 06:02 irohitb