Does anyone have any experience with using KMP to ...
# kotlin-native
p
Does anyone have any experience with using KMP to author a React Native module for iOS and Android?
n
This isn't the right channel for this question. You should be asking your question in #multiplatform instead.
s
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.