| Name | Modified | Size | Downloads / 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,
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)