Skip to content

Commit 823cb08

Browse files
authored
docs: add AI SDK version compatibility table (#187)
* docs: add AI SDK version compatibility table Clarify which versions of React Native AI are compatible with AI SDK v5 vs v6 to help users choose the right version. * fix * fix
1 parent a47e00e commit 823cb08

3 files changed

Lines changed: 24 additions & 8 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ A collection of on-device AI primitives for React Native with first-class Vercel
1111
- 🎯 **Vercel AI SDK compatible** - Drop-in replacement with familiar APIs
1212
- 🎨 **Complete toolkit** - Text generation, embeddings, transcription, speech synthesis
1313

14+
## AI SDK Compatibility
15+
16+
| React Native AI | AI SDK |
17+
|-----------------|--------|
18+
| 0.11 and below | v5 |
19+
| 0.12 and above | v6 |
20+
1421
## DevTools
1522

1623
![AI SDK Profiler preview](website/src/public/dev-tools-preview.png)

bun.lock

Lines changed: 10 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/dev-tools/package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,19 @@
1616
"@opentelemetry/core": "^1.30.1",
1717
"@opentelemetry/resources": "^1.30.1",
1818
"@opentelemetry/sdk-trace-base": "^1.30.1",
19-
"@rozenite/plugin-bridge": "^1.2.0"
19+
"@rozenite/plugin-bridge": "^1.2.0",
20+
"react-json-tree": "^0.20.0"
2021
},
2122
"devDependencies": {
22-
"vite": "^7.3.1",
2323
"@rozenite/vite-plugin": "^1.2.0",
24-
"rozenite": "^1.2.0",
25-
"react-native-web": "^0.21.2",
24+
"@types/react": "~19.1.10",
25+
"ajv": "^8.17.1",
2626
"react": "19.1.0",
2727
"react-dom": "19.1.0",
2828
"react-native": "0.81.4",
29-
"@types/react": "~19.1.10"
29+
"react-native-web": "^0.21.2",
30+
"rozenite": "^1.2.0",
31+
"vite": "^7.3.1"
3032
},
3133
"peerDependencies": {
3234
"react": "*",

0 commit comments

Comments
 (0)