Skip to content

Release 3.0.0

Choose a tag to compare

@mrousavy mrousavy released this 14 Apr 14:35
· 10 commits to main since this release

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