Rnphonecallrecorder
React-native library for recording incoming and outgoing calls (now only for android)
Install / Use
/learn @BakrID/RnphonecallrecorderREADME
react-native-phone-call-recorder
Getting started
$ npm install react-native-phone-call-recorder --save
Mostly automatic installation
$ react-native link react-native-phone-call-recorder
Manual installation
iOS (not implemented now)
- In XCode, in the project navigator, right click
Libraries➜Add Files to [your project's name] - Go to
node_modules➜react-native-phone-call-recorderand addRNPhoneCallRecorder.xcodeproj - In XCode, in the project navigator, select your project. Add
libRNPhoneCallRecorder.ato your project'sBuild Phases➜Link Binary With Libraries - Run your project (
Cmd+R)<
Android
- Open up
android/app/src/main/java/[...]/MainActivity.java
- Add
import com.reactlibrary.RNPhoneCallRecorderPackage;to the imports at the top of the file - Add
new RNPhoneCallRecorderPackage()to the list returned by thegetPackages()method
- Append the following lines to
android/settings.gradle:include ':react-native-phone-call-recorder' project(':react-native-phone-call-recorder').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-phone-call-recorder/android') - Insert the following lines inside the dependencies block in
android/app/build.gradle:compile project(':react-native-phone-call-recorder')
Usage
import RNPhoneCallRecorder from 'react-native-phone-call-recorder';
// TODO: What to do with the module?
RNPhoneCallRecorder;
Related Skills
node-connect
339.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
339.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.9kCommit, push, and open a PR
