software-mansionsoftware-mansionOfficialยท1 Agent Skills Included

react-native-executorch

Run AI models offline inside React Native mobile apps

Adds on-device AI features to React Native and Expo apps, including chatbots, image recognition, OCR, speech-to-text, and text-to-speech. Removes the need for cloud APIs, cutting latency, cost, and privacy risks by running models locally on the phone. Provides ready-made hooks and pre-exported models so developers ship AI features without machine learning expertise.
npx skills add software-mansion/react-native-executorch --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install React Native ExecuTorch?โ–ผ

Run `npx skills add software-mansion/react-native-executorch --all -g -y` in your terminal to install this skill globally for your AI agent.

How to run AI models offline in a React Native app?โ–ผ

This skill teaches your agent to use React Native ExecuTorch hooks like useLLM and useSpeechToText, which run models directly on the phone with no cloud connection.

What AI features can I add to my mobile app?โ–ผ

You can add chatbots, image classification, object detection, OCR, voice transcription, text-to-speech, and semantic search, all running on-device.

Does it work with Expo and bare React Native?โ–ผ

Yes. It supports both Expo and bare React Native projects through dedicated resource-fetcher adapters, but requires the New Architecture and a custom dev build.

Do I need machine learning experience to use it?โ–ผ

No. Pre-exported models and simple React hooks let your AI agent wire up on-device AI features from plain-English requests.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’