Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoaphantn7604/react-native-template-video-call
React Native Video Call Template
https://github.com/hoaphantn7604/react-native-template-video-call
react-native template uikit video-call webrtc
Last synced: 2 months ago
JSON representation
React Native Video Call Template
- Host: GitHub
- URL: https://github.com/hoaphantn7604/react-native-template-video-call
- Owner: hoaphantn7604
- Created: 2021-10-01T04:18:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-08T09:06:07.000Z (over 2 years ago)
- Last Synced: 2024-10-29T04:06:31.535Z (3 months ago)
- Topics: react-native, template, uikit, video-call, webrtc
- Language: TypeScript
- Homepage:
- Size: 1.65 MB
- Stars: 17
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Usage
```js
npx react-native init MyApp --template react-native-template-video-call
```
### Get started
#### Run cmd
```js
Step 1: npm uninstall -g react-native-cli
Step 2: npm install -g @react-native-community/cli
Step 3: npx react-native init MyApp --template react-native-template-video-call
Step 4: cd MyApp
Step 5: npm run android or npm run ios
```
### Note*
Video calls not work on IOS simulator.### Demo
![](https://github.com/hoaphantn7604/file-upload/blob/master/document/videocall/demo.png)
![](https://github.com/hoaphantn7604/file-upload/blob/master/document/videocall/demo1.png)
![](https://github.com/hoaphantn7604/file-upload/blob/master/document/videocall/demo2.png)