An open API service indexing awesome lists of open source software.

https://github.com/chnirt/react-native-webrtc

React Native (ReactJS + react-native-webrtc) codebase containing real world examples.
https://github.com/chnirt/react-native-webrtc

Last synced: 3 months ago
JSON representation

React Native (ReactJS + react-native-webrtc) codebase containing real world examples.

Awesome Lists containing this project

README

          

# 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

- [React Native](https://reactnative.dev/)
- [WebRTC](https://webrtc.org/)

### 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

- [react-native-webrtc](https://github.com/react-native-webrtc/react-native-webrtc) - A WebRTC module for React Native.

## Authors

- **Chin Trinh** - _Initial work_ - [Illusion-dev
](https://github.com/chnirt)

## Acknowledgments

- [Inspiration](https://github.com/baconcheese113/react-native-webrtc-minimal)
- etc