hey guys! do you know any slack community focused ...
# random
p
hey guys! do you know any slack community focused on React Native?
l
Nope, but I know you can make iOS apps with #C3SGXARS6 and Android apps with Kotlin/JVM (JDK6-7) 😉
😅 1
a
not the same level of code sharing yet as multiplatform is only jvm + js. no Android or iOS specific support
v
jvm but no android support? How does that work?
a
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