Issue "WebRTC native module not found" after installing openvidu-react-native-adapter 2.3.0 in Expo app

Hello! I am facing an issue while implementing the openvidu-react-native-adapter version 2.3.0 in an Expo application. After installing it, the following errors appear whenever I try to start my project:

I have already run the npm install command in the project directory and verified that the Metro server is running in the correct folder, but the error persists.

However, I noticed that if I remove the reference to the openvidu-react-native-adapter library from the package.json file and reinstall the dependencies, the app works normally again. Additionally, I also tried following the tutorial available at OpenVidu React Native Tutorial, but the requests result in a 502 error code.

Could you please advise if there are any necessary adjustments or solutions to make the library work properly in an Expo environment?

Thank you in advance for your assistance.

Are you using Expo Go?

webrtc requires natives modules and doesn’t work with Expo Go. Create a development build.check this

Yes, I will do a test using the method you posted.