Has anyone had any success getting Kotlin to work with React Native?
e
Edouard Goossens
07/21/2018, 7:30 AM
Hi Graham, I’m trying to make them work together at the moment. But there are different levels of integration. I’m not trying to write all my React Native code in Kotlin. I’m just trying to produce an npm module written in Kotlin and compiled to JS, that is then used by my RN app
Edouard Goossens
07/21/2018, 7:32 AM
Basically I want the Models and Repositories stack, as well as most of the business logic to be written in Kotlin to make it multiplatform. This library can then be used by the RN app and also by the backend (written in Kotlin, running on Ktor)