Releases: software-mansion/react-native-executorch
Releases · software-mansion/react-native-executorch
v0.2.0
What's Changed
We are proud to announce the v0.2.0 version of React Native ExecuTorch 🚀
With this release, you can easily integrate computer vision models into your React Native apps.
Support for computer vision models 👀 :
- useObjectDetection - SSDLite320 MobileNetv3 Large
- useStyleTransfer - Candy, Mosaic, Rain Princess, Udnie
- useClassification - EfficientNet V2 Small
A hook for interacting directly with the ExecuTorch C++ Module API ⛓️ :
With this release, we also drop support for the React Native's old architecture, focusing on Fabric.
As always, we provide pre-exported models on our HuggingFace organization
New Contributors
Full Changelog: v0.1.3...v0.2.0
v0.1.3
v0.1.2
What's Changed
- chore: update RnExecutorchModule.kt by @eltociear in #29
- Add templates for bug reports, feature requests and pull requests by @jakmro in #30
- ci: add llama example build (iOS) by @chmjkb in #32
- Send a request to config.json when downloading model from HF repository by @chmjkb in #31
New Contributors
- @eltociear made their first contribution in #29
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Change homepage so it redirects to docs by @NorbertKlockiewicz in #13
- fix: fix missing types in example app, remove packed lib by @NorbertKlockiewicz in #14
- Change useLoadModels to useLLM in docs by @NorbertKlockiewicz in #19
- Add license link to LlamaRunner.h by @chmjkb in #15
- fix: remove import which crashes ios during build by @NorbertKlockiewicz in #16
- Add minimal supported versions for iOS & Android by @chmjkb in #20
- Replace docs title svgs, add favicon by @chmjkb in #22
- Add Llama model indication by @jakmro in #21
- Update README.md by @jakmro in #23
- Update README.md by @jakmro in #24
- Bump react-native-executorch version by @jakmro in #25
- Update build llama binary script to pull from GHCR by @chmjkb in #27
Full Changelog: v0.1.0...v0.1.1