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

After migrating app to expo, app no longer builds #17

Open
oscadev opened this issue Mar 30, 2024 · 0 comments
Open

After migrating app to expo, app no longer builds #17

oscadev opened this issue Mar 30, 2024 · 0 comments

Comments

@oscadev
Copy link

oscadev commented Mar 30, 2024

Seems related to this library since it references "webrtc" in that file.

Here is my AppEntry.js file

`import registerRootComponent from 'expo/build/launch/registerRootComponent';

import App from '../../App';
import { register } from '@videosdk.live/react-native-sdk';

register();

registerRootComponent(App);
`

Confirmed that it is related to videoSDK because error goes away when I comment out all references to it in the code.
Screenshot 2024-03-29 at 8 14 49 PM

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

1 participant