https://kotlinlang.org logo
m

Micah Nance

09/15/2023, 4:21 PM
👋 I am researching "React Native vs. KMM" for work. Since RN can interface with Kotlin as well as Android SDKs, in theory it should be able to consume a KMM library as well. So "RN consuming KMM lib" instead of "RN versus KMM". I started searching and I found this. I'm curious if there are any other resources you all can point me to so I can learn more. Most search results are from the "versus" POV.
r

Rick Clephas

09/15/2023, 4:55 PM
I am not aware of any resources specifically about using KMP (the KMM acronym is no longer used) with React Native. However since a KMP library with an Android or JVM target isn't that different from a regular Android/JVM library, I would split your research into the RN part and the KMP part. Resources about using native Kotlin/Java libraries with RN should be usable for a KMP library as well.
👍 1
gratitude thank you 1
r

Rowan Kerr

09/15/2023, 8:36 PM
Shopify blogged about this a while ago
2 Views