Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Writing react native android module in Kotlin?

React native documentation provides a Toast Module example written in java.

What does the same example look like in Kotin?
Is there any special steps to configure the android project?

like image 242
Amin Roosta Avatar asked Oct 29 '22 02:10

Amin Roosta


1 Answers

Here is a sample with instructions of a react-native application written with Kotlin. Follow the README. https://github.com/ScottPierce/kotlin-react-native

like image 113
spierce7 Avatar answered Nov 08 '22 00:11

spierce7