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.
- Host: GitHub
- URL: https://github.com/chnirt/react-native-webrtc
- Owner: chnirt
- Created: 2020-04-29T17:12:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:36:25.000Z (almost 3 years ago)
- Last Synced: 2025-06-01T07:13:26.250Z (4 months ago)
- Language: JavaScript
- Homepage: https://github.com/chnirt/react-native-webrtc
- Size: 2.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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
## 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
![]()
3. cd ios && pod install
4. edit Info.plist, add 2 permissions
![]()
5. edit Enable Bitcode: No
![]()
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
- 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