# react-native-pjsip-app **Repository Path**: mirrors_sudoconf/react-native-pjsip-app ## Basic Information - **Project Name**: react-native-pjsip-app - **Description**: Mobile VoIP application (android & ios) based on PjSIP and ReactNative - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-10-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Open-source SIP client for Android & IOS Based on React Native and [ReactNativePJSIP](https://github.com/datso/react-native-pjsip) ## Setup 1. **Clone the repo** ``` $ git clone https://github.com/datso/react-native-pjsip-app $ cd react-native-pjsip-app ``` 2. **Install dependencies**: ``` $ npm install ``` 3. **Running on Android**: ``` $ react-native run-android ``` 4. **Running on iOS:** ``` $ react-native run-ios ```