Install WebRTC Module on React Native 0.68.1

Hey guys ! ,
I’m new here in the WebRTC forum
I’m trying to install the module of react native web rtc
But after the installation the apps fails to run and crashes .

My installation steps :
npx react-native init MyNewReactApplication
cd .\MyNewReactApplication
npm i react-native-webrtc
npx react-native run-android


“dependencies”: {

"react": "17.0.2",

"react-native": "0.68.1",

"react-native-webrtc": "^1.100.0"

}

Output :
BUILD SUCCESSFUL in 6s
54 actionable tasks: 2 executed, 52 up-to-date
info Connecting to the development server…
info Starting the app on “emulator-5554”…
Starting: Intent { cmp=com.mynewreactapplication/.MainActivity }

Have you tried this?

1 Like

Thank you very much !

You can go with some webrtc based article wither tutorial that may help you to get a solutions