Skip to content

v0.1.0 — Initial public release

Choose a tag to compare

@AfanasievN AfanasievN released this 15 Jul 17:53
· 47 commits to main since this release

Highlights

  • Collect raw device, hardware, integrity, network, locale, application, and runtime observations on Android and iOS.
  • Receive an independent success, skipped, timeout, or error outcome for every probe.
  • Keep collection local by default and configure an optional HTTPS transport when your application is ready to send events.
  • Control probes through configuration, field projection, timeouts, and a subtractive consent gate.
  • Explore the complete response using the included light-theme Signal Bench demo application.

Install

npm install react-native-device-risk-signals

For iOS applications, install CocoaPods dependencies after adding the package:

npx pod-install

Status

This is the first public release. The API and collected fields may evolve before 1.0.0; review every enabled probe, permission, disclosure, and retention rule before production use.

See the README for the complete response example, platform notes, and configuration reference.