@mobileai/react-native 0.2.0 → 0.3.0
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 +9 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
3
|
-
Also available as **`react-native-agentic-ai`** — same package, same code.
|
|
1
|
+
# MobileAI — React Native AI Agent
|
|
4
2
|
|
|
5
3
|
> **Autonomous AI agent for React Native** — Your app gets an AI copilot that can see, understand, and interact with your UI. Zero wrappers, zero view rewriting.
|
|
6
4
|
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
**Two names, one package — install either:**
|
|
6
|
+
|
|
7
|
+
| | Package | npm |
|
|
8
|
+
|---|---|---|
|
|
9
|
+
| 📦 | `@mobileai/react-native` | [](https://www.npmjs.com/package/@mobileai/react-native) |
|
|
10
|
+
| 📦 | `react-native-agentic-ai` | [](https://www.npmjs.com/package/react-native-agentic-ai) |
|
|
11
|
+
|
|
9
12
|
[](https://github.com/mohamed2m2018/mobileai-react-native/blob/main/LICENSE)
|
|
10
13
|
[]()
|
|
11
14
|
|
|
@@ -22,13 +25,9 @@ Wrap your navigation with `<AIAgent>`. The AI automatically understands your ent
|
|
|
22
25
|
|
|
23
26
|
## 📦 Installation
|
|
24
27
|
|
|
25
|
-
Pick whichever name you prefer — both packages are identical:
|
|
26
|
-
|
|
27
28
|
```bash
|
|
28
|
-
# Scoped name
|
|
29
29
|
npm install @mobileai/react-native
|
|
30
|
-
|
|
31
|
-
# Or the unscoped alias
|
|
30
|
+
# — or —
|
|
32
31
|
npm install react-native-agentic-ai
|
|
33
32
|
```
|
|
34
33
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mobileai/react-native",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
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",
|