Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup with Expo Router #56

Open
nd0nd0 opened this issue Jan 15, 2024 · 1 comment
Open

Setup with Expo Router #56

nd0nd0 opened this issue Jan 15, 2024 · 1 comment

Comments

@nd0nd0
Copy link

nd0nd0 commented Jan 15, 2024

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.

@ahmedbhesaniya97
Copy link
Contributor

Hey @nd0nd0,
Please refer this example for Expo App https://github.com/videosdk-live/quickstart/tree/main/expo-react-native-rtc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants