https://github.com/dappros/ps_2007_webrtc_rn
WebRTC React Native
https://github.com/dappros/ps_2007_webrtc_rn
Last synced: 27 days ago
JSON representation
WebRTC React Native
- Host: GitHub
- URL: https://github.com/dappros/ps_2007_webrtc_rn
- Owner: dappros
- Created: 2020-07-08T12:25:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T11:17:29.000Z (almost 6 years ago)
- Last Synced: 2025-10-29T22:41:32.241Z (9 months ago)
- Language: JavaScript
- Size: 31.2 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ps_2007_webrtc_rn
WebRTC React Native Application.
## How to Run?
#### Clone or download the zip.
#### CD to the root directory of the project
`cd ps_2007_webrtc_rn`
#### Install all dependencies
`npm install`
#### Run the code on your physical device or simulator/emulator
`react-native run-android` --For Android
`react-native run-ios` --For iOS