rn-ai 0.2.5 → 0.2.6

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 +6 -2
  2. package/package.json +5 -1
package/README.md CHANGED
@@ -14,7 +14,7 @@ Full stack framework for building cross-platform mobile AI apps supporting LLM r
14
14
  - Theming (comes out of the box with 5 themes) - easily add additional themes with just a few lines of code.
15
15
  - Image processing with [ByteScale](https://bytescale.com/)
16
16
 
17
- ![React Native AI Preview](https://i.imgur.com/7Gser4F.png)
17
+ ![React Native AI Preview](https://i.imgur.com/D4LIVal.png)
18
18
 
19
19
  ## Usage
20
20
 
@@ -40,4 +40,8 @@ Change into the server directory and run:
40
40
 
41
41
  ```sh
42
42
  npm run dev
43
- ```
43
+ ```
44
+
45
+ ## Themes preview
46
+
47
+ ![React Native AI Themes](https://i.imgur.com/7Gser4F.png)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rn-ai",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "Full stack mobile framework for building cross-platform mobile AI apps supporting image processing, real-time / streaming text and chat UIs, and image uploads with multiple service providers.",
5
5
  "type": "module",
6
6
  "bin": "cli.js",
@@ -10,6 +10,10 @@
10
10
  "keywords": ["AI", "OpenAI", "Anthropic", "LLM"],
11
11
  "author": "Nader Dabit",
12
12
  "license": "MIT",
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "https://github.com/dabit3/react-native-ai"
16
+ },
13
17
  "dependencies": {
14
18
  "@inquirer/prompts": "^3.1.1",
15
19
  "chalk": "^5.3.0",