https://github.com/dappros/ps_2007_webrtc_rn
WebRTC React Native
https://github.com/dappros/ps_2007_webrtc_rn
Last synced: 8 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T11:17:29.000Z (over 5 years ago)
- Last Synced: 2025-05-15T11:14:03.648Z (about 1 year ago)
- Language: JavaScript
- Size: 31.2 MB
- Stars: 0
- Watchers: 3
- 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