Skip to content

Releases: mrousavy/react-native-fast-tflite

Release 3.0.1

Choose a tag to compare

@mrousavy mrousavy released this 21 Apr 10:01

3.0.1 (2026-04-21)

Bug Fixes

  • return created GPU delegate from getAndroidGPUDelegate (#184) (0a53098)

Release 3.0.0

Choose a tag to compare

@mrousavy mrousavy released this 14 Apr 14:35

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

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

Choose a tag to compare

@mrousavy mrousavy released this 14 Apr 11:13

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

Bug Fixes

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

Features

Release 2.0.0

Choose a tag to compare

@mrousavy mrousavy released this 13 Jan 10:50

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

Choose a tag to compare

@mrousavy mrousavy released this 08 Apr 08:31

1.6.1 (2025-04-08)

Release 1.6.0

Choose a tag to compare

@mrousavy mrousavy released this 10 Mar 11:39

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

Choose a tag to compare

@mrousavy mrousavy released this 16 Dec 10:08

1.5.1 (2024-12-16)

Bug Fixes

Release 1.5.0

Choose a tag to compare

@mrousavy mrousavy released this 11 Nov 10:32

1.5.0 (2024-11-11)

Bug Fixes

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

Release 1.4.0

Choose a tag to compare

@mrousavy mrousavy released this 23 Sep 09:07
15d77ec

1.4.0 (2024-09-23)

Features

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

Release 1.3.0

Choose a tag to compare

@mrousavy mrousavy released this 13 Jul 09:36
1d73f8a

1.3.0 (2024-07-13)

Features