@mobileai/react-native 0.5.6 → 0.5.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -18,12 +18,13 @@
|
|
|
18
18
|
[](https://github.com/mohamed2m2018/mobileai-react-native/blob/main/LICENSE)
|
|
19
19
|
[]()
|
|
20
20
|
|
|
21
|
-
Wrap your navigation with `<AIAgent>`. The AI
|
|
21
|
+
Wrap your navigation with `<AIAgent>`. The AI reads your app's rendered UI structure automatically — every button, every input, every label — and acts on it. **Structure-first, not screenshot-first** — fast, accurate, and lightweight. Screenshots are used optionally to understand visual content like images and colors.
|
|
22
22
|
|
|
23
23
|
## ✨ Features
|
|
24
24
|
|
|
25
25
|
### Text Mode
|
|
26
|
-
- 🤖 **Zero-config UI understanding** — No annotations needed. The AI
|
|
26
|
+
- 🤖 **Zero-config UI understanding** — No annotations needed. The AI reads your app's rendered UI structure automatically.
|
|
27
|
+
- 📐 **Structure-first** — Reads your UI structure directly. No OCR, no vision-only approach. Screenshots used optionally for visual content.
|
|
27
28
|
- 🎯 **Works with every component** — Buttons, switches, inputs, custom components — all work out of the box.
|
|
28
29
|
- 🖼️ **Sees images & videos** — The AI knows what media is on screen and can describe it.
|
|
29
30
|
- 🧭 **Auto-navigation** — Navigates between screens to complete multi-step tasks.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mobileai/react-native",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.7",
|
|
4
4
|
"description": "Build autonomous AI agents for React Native and Expo apps. Provides AI-native UI traversal, tool calling, and structured reasoning.",
|
|
5
5
|
"main": "./lib/module/index.js",
|
|
6
6
|
"source": "./src/index.ts",
|