Hi! 👋
Can I use kotlinx-rpc with React native apps ? Is there any samples available already ?
👀 1
a
Alexander Sysoev
01/09/2025, 8:00 AM
Hi!
Can you please clarify what do you mean by use with React Native apps?
gratitude thank you 1
a
Anmol Verma
01/09/2025, 8:04 AM
Is it possible to call the kotlin rpc functions from a react native client ? like i would normally do with a jvm/android/iOS target since it supports kotlin multiplatform ?
a
Alexander Sysoev
01/09/2025, 8:05 AM
I never tried to use kotlin multiplatform with react native, so I don't really know. What I can say is that if it works with other KMP libs, I don't see any restrictions for it to work with kxrpc
a
Anmol Verma
01/09/2025, 8:09 AM
the question is, that should i follow the web sample to start with this or the native sample ?
I am sure that there would be a typescript interface exposed which can be used to call the platform implementation from React native ? I think this question is what I am interested in.
a
Alexander Sysoev
01/09/2025, 8:10 AM
Oh, in that case probably not
We don't expose anything yet directly into TS