Skip to content

chnirt/react-native-janus

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published