@sebringj/autonomo-react-native
v1.0.1
Published
React Native integration for Autonomo with Expo support
Downloads
158
Maintainers
Readme
@sebringj/autonomo-react-native
React Native integration for Autonomo - AI-powered application testing.
Installation
Install from npm:
npm install @sebringj/autonomo-react-nativeOptional GitHub install (if you need unreleased commits):
npm install github:sebringj/autonomo#<commit-sha>:packages/@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 @sebringj/autonomo-react-nativeQuick Start
import { useAutonomo, useTapHandler, useFillHandler } from '@sebringj/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
@sebringj/autonomo-react - Expo support via expo-constants
Status
This package is published on npm. For production stability, pin a specific version.
