KotlinReactNativeMpp icon indicating copy to clipboard operation
KotlinReactNativeMpp copied to clipboard

A ReactNative App written with Kotlin JS

Results 2 KotlinReactNativeMpp issues
Sort by recently updated
recently updated
newest added

I try to run on the android emulator by using the command 'react-native run-android' However I get the following error "Android project not found. Maybe run react-native android first?" I...

Hello dev: I think you can [using ts2kt to generate header files for Kotlin](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native), so support more react native component in your project. OR compile 'kotlin.js.externals:kotlin-js-react-native:0.52.0-0’ in https://github.com/Kotlin/js-externals/tree/master/externals/react-native PS: The...