react-native-executorch
Run AI models offline inside React Native mobile apps
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core