Does anyone have any experience with using KMP to author a React Native module for iOS and Android?
n
napperley
05/21/2020, 12:39 AM
This isn't the right channel for this question. You should be asking your question in #multiplatform instead.
s
Sam
05/21/2020, 6:30 AM
The js interop on the iOS side is possible but maybe not all that practical. JavaScripCore will access your objects in garbage collection threads. You need to freeze any object that is shared with JS.