Open neller1 opened 5 years ago
Probably this way - https://github.com/joltup/react-native-threads#android-1
Also note that only the official react native modules are available from your threads (vibration, fetch, etc...). To include additional native modules in your threads, pass them into the RNThreadPackage constructor after the mReactNativeHost like this: new RNThreadPackage(mReactNativeHost, new ExampleNativePackage(), new SQLitePackage())
How can i archive this in ios ?
what about if some want to import all the package.json modules to it?
When I import package to working.thread.js code to use it, I get the error "null is not an object (evaluating 'Package_Name')" So, how can I use packages in the threads?