Skip to content

Commit 40a5b44

Browse files
committed
added license
1 parent dc9acf3 commit 40a5b44

File tree

4 files changed

+26
-5
lines changed

4 files changed

+26
-5
lines changed

LICENSE.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
2+
The MIT License (MIT)
3+
4+
Copyright (c) 2023-2024 Nader Dabit
5+
6+
Permission is hereby granted, free of charge, to any person obtaining a copy
7+
of this software and associated documentation files (the "Software"), to deal
8+
in the Software without restriction, including without limitation the rights
9+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10+
copies of the Software, and to permit persons to whom the Software is
11+
furnished to do so, subject to the following conditions:
12+
13+
The above copyright notice and this permission notice shall be included in all
14+
copies or substantial portions of the Software.
15+
16+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22+
SOFTWARE.

app/src/screens/settings.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ export function Settings() {
4545
function renderIcon({
4646
type, props
4747
}: IIconProps) {
48-
console.log('type: ', type)
4948
if (type.includes('gpt')) {
5049
return <OpenAIIcon {...props} />
5150
}

cli/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Full stack mobile framework for building cross-platform mobile AI apps supporting LLM real-time / streaming text and chat UIs, image services and natural langauge to images with multiple models, and image processing.
44

5-
![React Native AI](https://raw.githubusercontent.com/dabit3/react-native-ai/main/rnaiheader.png?token=GHSAT0AAAAAACBYUBA6SWS42HLQGMVX6J7UZLDIQQQ)
5+
![React Native AI](https://arweave.net/GSflqAZCEwg8n6svAGR_d8rYa3ApbDIwF6Nbo-IFTQg)
66

77
## Features
88

@@ -14,7 +14,7 @@ Full stack mobile framework for building cross-platform mobile AI apps supportin
1414
- Theming (comes out of the box with 4 themes) - easily add additional themes with just a few lines of code.
1515
- Image processing with [ByteScale](https://bytescale.com/)
1616

17-
![React Native AI Preview](https://raw.githubusercontent.com/dabit3/react-native-ai/main/screenzzz.png?token=GHSAT0AAAAAACBYUBA6Y53GTKQE3JVD4BK4ZLDIRHA)
17+
![React Native AI Preview](https://arweave.net/RSIu1_xuQakuD68d7YRpMPYNWuRWRiZRCW02_BTOg3I)
1818

1919
## Usage
2020

cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rn-ai",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"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.",
55
"type": "module",
66
"bin": "cli.js",
@@ -9,7 +9,7 @@
99
},
1010
"keywords": ["AI", "OpenAI", "Anthropic", "LLM"],
1111
"author": "Nader Dabit",
12-
"license": "ISC",
12+
"license": "MIT",
1313
"dependencies": {
1414
"@inquirer/prompts": "^3.1.1",
1515
"chalk": "^5.3.0",

0 commit comments

Comments
 (0)