Release 3.0.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,ArrayBufferis 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::ArrayBuffercache by migrating to NitroArrayBuffer(#172) (6f86153) - Support Bridgeless mode using
RCTTurboModuleWithJSIBindings(#167) (f3eb957)