Download Latest Version Release 3.0.1 source code.tar.gz (7.8 MB)
Email in envelope

Get an email when there's a new version of react-native-fast-tflite

Home / v3.0.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-04-14 1.9 kB
Release 3.0.0 source code.tar.gz 2026-04-14 4.7 MB
Release 3.0.0 source code.zip 2026-04-14 4.8 MB
Totals: 3 Items   9.4 MB 0

3.0.0 (2026-04-14)

In react-native-fast-tflite v3.0.0 we migrated the entire module to a Nitro Module! 🥳 While this brings two main benefits:

  • Support for new arch (+bridgeless), and old arch
  • Better performance and stability It mainly improves the reliability of the module. Mainly, ArrayBuffer is now a first-class supported parameter type thanks to Nitro, and we no longer have to rely on a manual JSI bindings - which honestly were kind of tedious and sometimes even crashed the app.

Bug Fixes

  • Fix SIGSEV crashes from stale jsi::ArrayBuffer cache by migrating to Nitro ArrayBuffer (#172) (6f86153)
  • Support Bridgeless mode using RCTTurboModuleWithJSIBindings (#167) (f3eb957)

Features

Source: README.md, updated 2026-04-14