This message was deleted.
# announcements
s
This message was deleted.
l
I think this comes up often and there has been interest by both end-users of livekit and the core team but I believe react-native client wasn't able to be implemented because react-native-webrtc hasn't implemented some necessary features. Most recent update I've seen is this issue: https://github.com/react-native-webrtc/react-native-webrtc/issues/851 LiveKit team had previously advocated for this PR which wasn't merged: https://github.com/react-native-webrtc/react-native-webrtc/pull/773
❤️ 1
s
I guess the alternative would be to build on top of the ios/android libraries instead of rn-webrtc?
l
If you go that route, you could try writing most of your app in react-native and then use native views to call the ios/android libraries https://reactnative.dev/docs/0.61/intro-react-native-components but take that with a grain of salt, as I've not done much with react native myself.
s
Thanks, I’ve written a few RN libs so I could probably try this, just wanted to check if it’s already being worked on
d
hi @salmon-london-45375 it'd be great to have a react-native lib! We can definitely try to wrap our native libs. If you are interested in contributing to this, lmk!
s
I might have some time to look at it during the holidays but can’t promise anything haha (startup priorities…)