You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Migrate to Nitro Modules (for V3) (#172) (6f86153)