autonomo-react-native
v1.0.1
Published
React Native integration for Autonomo with Expo support
Maintainers
Readme
autonomo-react-native
React Native integration for Autonomo - AI-powered application testing.
Installation
Install from npm:
npm install autonomo-react-nativeOptional GitHub install (if you need unreleased commits):
npm install autonomo-react-nativeFor local development, you can also link from this monorepo:
# From the autonomo repo root
cd packages/autonomo-react-native
npm link
# In your React Native project
npm link autonomo-react-nativeQuick Start
import { useAutonomo, useTapHandler, useFillHandler } from 'autonomo-react-native';
function App() {
// Initialize Autonomo connection
useAutonomo({
name: 'my-app',
debug: true,
});
return <YourApp />;
}Features
- WebSocket-based communication with MCP server
- Same hooks API as
autonomo-react - Expo support via expo-constants
Status
This package is published on npm. For production stability, pin a specific version.
