The goal is to have an “official” MP version soon, but this is my forked branch. Haven’t done much injecting in iOS, but something to look at.
kpgalligan
02/08/2020, 9:00 PM
The summary on the design decisions is you have to do everything in the main thread, unless you config otherwise. The purpose is to be thread-aware, and not automatically freeze your objects on native. I also want Android/iOS to act the same, rather than having Android be thread-agnostic, but that’s up for debate currently.