react-native-multithreading
react-native-multithreading copied to clipboard
🧵 Fast and easy multithreading for React Native using JSI
Like https://github.com/mrousavy/react-native-multithreading/pull/37 but contains single changes that allow to build ios project
Updates to hi-light some other lines that are required.
Fixed as per guidance https://github.com/facebook/react-native/issues/31480#issue-876308920
- [x] Correct the import path for the JSI module in the example - [x] ~~Add MMKV into the example - I feel most people would be using these together...
Hey! I know you haven't been working on this actively but I thought of takings some time to up a few things. Here's the list: 1. Updated the `Scheduler` similar...