https://kotlinlang.org logo
#random
Title
p

Pawel Urban

01/04/2018, 1:33 PM
hey guys! do you know any slack community focused on React Native?
l

louiscad

01/04/2018, 2:36 PM
Nope, but I know you can make iOS apps with #kotlin-native and Android apps with Kotlin/JVM (JDK6-7) 😉
😅 1
a

agrosner

01/04/2018, 5:54 PM
not the same level of code sharing yet as multiplatform is only jvm + js. no Android or iOS specific support
v

voddan

01/04/2018, 7:19 PM
jvm but no android support? How does that work?
a

agrosner

01/04/2018, 7:21 PM
meaning it must reference kotlin, not kotlin-android, giving access to things like
Cursor
or
Context
for example. if I wanted to write a cross platform db using multiplatform, it appears as theres no real android vs. jvm platform distinction currently