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.