react-native-livechart 2.0.0 → 2.0.1
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,6 +13,8 @@ High-performance **live** line and candlestick charts for React Native, built on
|
|
|
13
13
|
|
|
14
14
|
📖 **[Documentation →](https://react-native-livechart.brandtnewlabs.com)**
|
|
15
15
|
|
|
16
|
+
🤖 **Docs MCP** — point an AI assistant (Claude, Cursor, …) at the docs via the hosted MCP server: `https://react-native-livechart.brandtnewlabs.com/mcp`
|
|
17
|
+
|
|
16
18
|
<!-- TODO(hero): replace this comment with a demo GIF/screenshot, e.g.:
|
|
17
19
|
<p align="center"><img src="https://raw.githubusercontent.com/brandtnewlabs/react-native-livechart/main/assets/images/demo.gif" alt="react-native-livechart demo" width="320" /></p>
|
|
18
20
|
Capture from the Expo example app (npm start). -->
|
package/package.json
CHANGED