React Native - Kotlin Bridge, native modules

preview_player
Показать описание
React Native Bridge with Kotlin

A demo of the React Native Android app demonstrating the native modules bridge between React Native and Kotlin.
Рекомендации по теме
Комментарии
Автор

I followed all the steps and I was able to build the app. But the apk seems to have some issue. I'm unable to install it to my mobile phone..

abhaypandey
Автор

Is it possible to write cross-platform code in kotlin for react native?

jorgerogers
Автор

I don't think your app compile natively. Under all of this, this gets compiled into a pure React native app with V8 engine calling Java...

StEvUgnIn