Skip to content

saltukozelgul/sample-rn-webrtc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native WebRTC App

This is a React Native app that enables users to make video calls with others on the local network using WebRTC.

Features

  • Make video calls with other users on the local network.
  • Supports real-time video streaming using WebRTC technology.

Prerequisites

Before running the app, ensure that you have the following prerequisites:

  • Node.js (v12 or above)
  • React Native CLI
  • Xcode (for iOS development)
  • Android Studio (for Android development)

Installation

  1. Clone the repository:
    git clone https://github.com/saltukozelgul/sample-rn-webrtc.git
  2. Navigate to the project directory:
    cd react-native-webrtc-app
  3. Install the dependencies:
    npm install

Usage

  1. Start the development server:
    npm start
  2. Run the app on iOS or Android:
    npx react-native run-ios (for iOS)
    npx react-native run-android (for Android)

Screenshots

Screenshot 1 Screenshot 2

Contributing

Contributions are welcome! If you encounter any issues or have suggestions, please open an issue or submit a pull request.