joltup / react-native-threads

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

I don't think it works on 0.63 iOS #123

Closed backmeupplz closed 3 years ago

backmeupplz commented 3 years ago

Hey there! Anyone got it working on iOS? It seems like when RCTBridge for the main React Native app is instantiated, the new RCTBridges don't start the JS code 🤔

backmeupplz commented 3 years ago

Actually, tried it out and the approach taken by this library should be working on the latest React Native version (0.63.4): https://github.com/backmeupplz/react-native-ios-threading-example/

backmeupplz commented 3 years ago

Looks like Realm can be the issue, investigating there: https://github.com/realm/realm-js/issues/3522

jacobp100 commented 3 years ago

It works on 0.63