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 finallynpm run ios
. Note that iOS simulator doesn't support camera - Profit