You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: