Online-Dating-App icon indicating copy to clipboard operation
Online-Dating-App copied to clipboard

This app is developed for the purpose of online dating. This app has a feature of video chat which is implemented using WEBRTC (peer to peer connection library) . The app is developed in React native

react-native-webrtc-minimal

The most basic local-only implementation of react-native-webrtc possible.

  • Start/Stop video call.
  • Uses functional components and React Native 0.61+

Usage

  • Clone the repository, run npm install.
  • For Android, connect your phone run npm run android in the directory.
  • For iOS, consult a doctor, cd ios && pod install, and finally npm run ios. Note that iOS simulator doesn't support camera
  • Profit