You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the expo router, the initial client file is app/_layout.js.
Would this be the right file to register videosdk?
If so how would I go about implementing it correctly?
The current implementation of Expo as per the videosdk docs
`
import { register } from '@videosdk.live/react-native-sdk';
import App from './App';
import { registerRootComponent } from 'expo';
// Register the service
register();
registerRootComponent(App);`
I would greatly appreciate your time and help.
The text was updated successfully, but these errors were encountered:
According to the expo router, the initial client file is app/_layout.js.
Would this be the right file to register videosdk?
If so how would I go about implementing it correctly?
The current implementation of Expo as per the videosdk docs
`
import { register } from '@videosdk.live/react-native-sdk';
import App from './App';
import { registerRootComponent } from 'expo';
// Register the service
register();
registerRootComponent(App);`
I would greatly appreciate your time and help.
The text was updated successfully, but these errors were encountered: