React native with react-native-webrtc

This is my source base when i integrate react native with react-native-webrtc

React native with react-native-webrtc

Getting Started

Prerequisites

If you integrate to your new project, following below steps:

  1. npm i react-native-webrtc
  2. edit Podfile, platform: ios >= 10.0
    Edit Podfile
  3. cd ios && pod install
  4. edit Info.plist, add 2 permissions
    Edit Info.plist
  5. edit Enable Bitcode: No
    Edit Info.plist
  6. start ios or android

Installing

  • clone repository
  https://github.com/chnirt/react-native-webrtc.git
  • cd into directory
  cd react-native-webrtc/
  • edit Enable Bitcode: No

    Edit Info.plist
  • install dependencies

  npm i
  • start ios or android
  npm run ios
  npm run android

Built With

Authors

Acknowledgments

Error