Skip to content

Releases: ronickg/react-native-nitro-inspire-face

Release 0.3.6

Choose a tag to compare

@ronickg ronickg released this 04 Jul 21:00

0.3.6 (2026-07-04)

  • fix: native thread-safety, memory reporting, and a test harness (#3) (9a2e4f9), closes #3

Release 0.3.5

Choose a tag to compare

@ronickg ronickg released this 08 May 12:16

0.3.5 (2026-05-08)

Bug Fixes

  • android: 16KB page size support for Android 15+ (d718f6c)

Release 0.3.4

Choose a tag to compare

@ronickg ronickg released this 15 Apr 13:00

0.3.4 (2026-04-15)

Release 0.3.3

Choose a tag to compare

@ronickg ronickg released this 11 Mar 21:08

0.3.3 (2026-03-11)

Release 0.3.2

Choose a tag to compare

@ronickg ronickg released this 11 Mar 20:29

0.3.2 (2026-03-11)

Release 0.3.1

Choose a tag to compare

@ronickg ronickg released this 11 Mar 14:22

0.3.1 (2026-03-11)

Release 0.3.0

Choose a tag to compare

@ronickg ronickg released this 13 Jan 12:35

0.3.0 (2026-01-13)

Features

  • allow setting model dir in plugin config (827f2f0)
  • enable loading a remote model at runtime (#2) (3457210)

Release 0.2.3

Choose a tag to compare

@ronickg ronickg released this 23 Jul 16:55

0.2.3 (2025-07-23)

  • fix: bump release version (f4187b2)
  • fix: bumped version of nitro modules (1973c02)
  • docs: add padding to container in HomepageFeatures for improved layout (6fe967a)
  • docs: enhance documentation clarity and structure across multiple files (239c560)
  • docs: fix wrong type and linking (589485c)
  • docs: improve formatting and clarity in DetectMode and FaceAttributeResult documentation (dcedcb4)
  • docs: replace SVG with img tag for better image handling (d260307)
  • docs: simplify session creation and improve face detection configuration in vision-camera-example (a047127)
  • docs: still missed a spot (9f30f1d)
  • docs: update default to expo in installation.md (237a28d)
  • docs: update README and intro documentation for clarity and improved structure (757a0cc)
  • docs: updated tagline (fdc0b26)
  • feat: add documentation and deploy configuration for Docusaurus site (ac45db9)
  • feat: enhance HomepageFeatures with links and update homepage metadata (3707a82)
  • feat: update homepage title and description for Docusaurus site (893f6d2)
  • feat: update svg/image assets (9f9cd85)
  • chore: revert lefthook change and use path instead of @site due to ts error (b7bcb09)
  • chore: update deploy configuration to use Yarn instead of npm for Docusaurus site (43ef24d)

Release 0.2.2

Choose a tag to compare

@ronickg ronickg released this 04 Apr 15:25

0.2.2 (2025-04-04)

  • feat: add base64 encoding and decoding functions to HybridInspireFace (536b23a)

Release 0.2.1

Choose a tag to compare

@ronickg ronickg released this 04 Apr 15:08

0.2.1 (2025-04-04)

  • feat: restructure src files (fc9d00b)
  • feat: update HybridInspireFace and HybridSession to use ArrayBuffer instead of number[] (052109c)