
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@exodus/react-native-facetec-zoom
Advanced tools
unofficial react-native bridge for Facetec's Zoom SDK.
npm i -S tradle/react-native-facetec-zoom
react-native link react-native-facetec-zoom
This library has been tested with version 8.1.0 of the SDK
First, download ZoomAuthentication.framework from one of these sources:
Unzip the file, locate ZoomAuthentication.framework, copy it to your ios/ directory, and drag it to your project in XCode (Check the Copy items if needed option when asked)
Add a Copy File phase to your Xcode project and have ZoomAuthentication.framework copied to Destination Frameworks
If you have an Objective-C project, add a blank Swift file to your project (File -> New -> Swift File), with a bridging header (it will prompt you to auto-create one).
add NSCameraUsageDescription to your Info.plist, e.g.:
<key>NSCameraUsageDescription</key>
<string>verify liveness with Zoom</string>
In your project's build.gradle (android/build.gradle), add the maven block below:
allprojects {
repositories {
// ...
maven {
url 'http://maven.facetec.com'
}
}
If you want to override the default version of the Zoom SDK, add:
```gradle
ext {
// ...
zoomSdkVersion = '7.0.11' // <--- whichever version you want to use
// ...
}
This module depends on [react-native-image-store](https://github.com/tradle/react-native-image-store), so you'll need to npm install and react-native link that one too.
## Usage
See example app at https://github.com/tradle/rnzoomexample
FAQs
unofficial react-native bridge for Facetec's Zoom SDK
The npm package @exodus/react-native-facetec-zoom receives a total of 15 weekly downloads. As such, @exodus/react-native-facetec-zoom popularity was classified as not popular.
We found that @exodus/react-native-facetec-zoom demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 37 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
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.