This is my source base when i integrate react native with react-native-webrtc
If you integrate to your new project, following below steps:
- npm i react-native-webrtc
- edit Podfile, platform: ios >= 10.0
- cd ios && pod install
- edit Info.plist, add 2 permissions
- edit Enable Bitcode: No
- start ios or android
- clone repository
https://github.com/chnirt/react-native-webrtc.git
- cd into directory
cd react-native-webrtc/
npm i
- start ios or android
npm run ios
npm run android
- react-native-webrtc - A WebRTC module for React Native.
- Chin Trinh - Initial work - Illusion-dev
- Inspiration
- etc