Is your feature request related to a problem? Please describe.
In the recent versions of react native now instead of AppDelegate.h, AppDelegate.hh, and main.,m we have only AppDelegate.swift. It would be useful to have an example of how to integrate the LiveKit React native package.
Describe the solution you'd like
Just create an example for the AppDelegate.swift file.
Describe alternatives you've considered
Additional context
I've been trying to integrate this by myself, and I thought of importing the LiveKit package into my AppDelegate.swift the Livekit package like this import LivekitReactNative and adding it into the application function like LivekitReactNative.setup() would work, but I get an error saying No such module 'LivekitReactNative'
Is your feature request related to a problem? Please describe.
In the recent versions of react native now instead of AppDelegate.h, AppDelegate.hh, and main.,m we have only AppDelegate.swift. It would be useful to have an example of how to integrate the LiveKit React native package.
Describe the solution you'd like
Just create an example for the AppDelegate.swift file.
Describe alternatives you've considered
Additional context
I've been trying to integrate this by myself, and I thought of importing the LiveKit package into my AppDelegate.swift the Livekit package like this
import LivekitReactNativeand adding it into the application function likeLivekitReactNative.setup()would work, but I get an error sayingNo such module 'LivekitReactNative'