Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
react-native-pagecall
Advanced tools
A React Native module that provides a simple WebView component to integrate Pagecall
A React Native module that provides a simple WebView component to integrate Pagecall's audio feature into your application. Note that video feature is not supported yet.
It uses following native SDKs
npm install react-native-pagecall
or
yarn add react-native-pagecall
Please refer to the example. You can easily grasp it by looking at App.tsx.
To use this module in an Android project, you need to add the dependency of pagecall-android-sdk
manually:
In your android/app/build.gradle file, add the following:
allprojects {
repositories {
maven {
url 'https://maven.pkg.github.com/pagecall/pagecall-android-sdk'
credentials {
username = project.findProperty("GITHUB_USERNAME") ?: System.getenv("GITHUB_USERNAME")
password = project.findProperty("GITHUB_TOKEN") ?: System.getenv("GITHUB_TOKEN")
}
}
}
}
dependencies {
...
implementation 'com.pagecall:pagecall-android-sdk:0.0.32'
}
Ensure that you have a valid GitHub username and personal access token configured in your environment variables or project properties.
FAQs
A React Native module that provides a simple WebView component to integrate Pagecall
The npm package react-native-pagecall receives a total of 8 weekly downloads. As such, react-native-pagecall popularity was classified as not popular.
We found that react-native-pagecall demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.