Skip to content

Releases: mrousavy/react-native-fast-tflite

Release 3.0.0

14 Apr 14:35

Choose a tag to compare

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

Release 3.0.0-beta.0

14 Apr 11:13

Choose a tag to compare

Release 3.0.0-beta.0 Pre-release
Pre-release

3.0.0-beta.0 (2026-04-14)

Bug Fixes

  • support Bridgeless mode using RCTTurboModuleWithJSIBindings (#167) (f3eb957)

Features

Release 2.0.0

13 Jan 10:50

Choose a tag to compare

2.0.0 (2026-01-13)

Bug Fixes

  • Add 16KB page alignment and upgrade LiteRT to 1.4.0 (#163) (2959de9)
  • Move spec into src (15663b6)

Features

  • Add support for Android 16KB page sizes (#145) (eec86aa)

Release 1.6.1

08 Apr 08:31

Choose a tag to compare

1.6.1 (2025-04-08)

Release 1.6.0

10 Mar 11:39

Choose a tag to compare

1.6.0 (2025-03-10)

Features

  • Add Config plugin for android GPU libraries (#109) (587a895)
  • Add support for new architecture (#126) (7eb20be)

Release 1.5.1

16 Dec 10:08

Choose a tag to compare

1.5.1 (2024-12-16)

Bug Fixes

Release 1.5.0

11 Nov 10:32

Choose a tag to compare

1.5.0 (2024-11-11)

Bug Fixes

  • read local files on Android for 'file:///...' (#82) (478f124)

Release 1.4.0

23 Sep 09:07
15d77ec

Choose a tag to compare

1.4.0 (2024-09-23)

Features

  • Upgraded and pre-compiled TFLite binaries for both iOS and Android (#85) (35d7cbd)

Release 1.3.0

13 Jul 09:36
1d73f8a

Choose a tag to compare

1.3.0 (2024-07-13)

Features

Release 1.2.0

13 Feb 19:09
082aa40

Choose a tag to compare

1.2.0 (2024-02-13)

Bug Fixes

  • Fix loading TFLite models from Resources in release on Android (#30) (cd34420)
  • Validate input type to make sure a TypedArray is passed (0481955)

Features