@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.
Files changed (2) hide show
  1. package/README.md +9 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,14 @@
1
- # @mobileai/react-native
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
- [![npm @mobileai/react-native](https://img.shields.io/npm/v/@mobileai/react-native?label=%40mobileai%2Freact-native)](https://www.npmjs.com/package/@mobileai/react-native)
8
- [![npm react-native-agentic-ai](https://img.shields.io/npm/v/react-native-agentic-ai?label=react-native-agentic-ai)](https://www.npmjs.com/package/react-native-agentic-ai)
5
+ **Two names, one package — install either:**
6
+
7
+ | | Package | npm |
8
+ |---|---|---|
9
+ | 📦 | `@mobileai/react-native` | [![npm](https://img.shields.io/npm/v/@mobileai/react-native?label=latest)](https://www.npmjs.com/package/@mobileai/react-native) |
10
+ | 📦 | `react-native-agentic-ai` | [![npm](https://img.shields.io/npm/v/react-native-agentic-ai?label=latest)](https://www.npmjs.com/package/react-native-agentic-ai) |
11
+
9
12
  [![license](https://img.shields.io/npm/l/@mobileai/react-native)](https://github.com/mohamed2m2018/mobileai-react-native/blob/main/LICENSE)
10
13
  [![platform](https://img.shields.io/badge/platform-iOS%20%7C%20Android-brightgreen)]()
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.2.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",