Using Storyteller React Native SDK Docs with AI Assistants#
This guide explains how to use Storyteller React Native SDK documentation with AI-powered coding assistants to speed up integration and troubleshooting.
AI coding assistants (GitHub Copilot, Claude, Codex, Cursor, etc.) work best when they have the exact SDK docs and API surface in context. Providing the Storyteller docs can help you:
Get code suggestions that match the Storyteller React Native API.
Troubleshoot integration issues faster (initialization, theming, deep links, analytics, ads).
Avoid guessing platform-specific constraints (iOS vs Android).
SDK package source in this repo: packages/sdk/src/
{"slug": "ai", "page_title": "AI", "page_url": "AI/", "canonical_url": "/react-native/AI/", "markdown": "# Using Storyteller React Native SDK Docs with AI Assistants\n\nThis guide explains how to use Storyteller React Native SDK documentation with AI-powered coding assistants to speed up integration and troubleshooting.\n\n## Why Use AI Assistants with Documentation\n\nAI coding assistants (GitHub Copilot, Claude, Codex, Cursor, etc.) work best when they have the exact SDK docs and API surface in context. Providing the Storyteller docs can help you:\n\n- Get code suggestions that match the Storyteller React Native API.\n- Troubleshoot integration issues faster (initialization, theming, deep links, analytics, ads).\n- Avoid guessing platform-specific constraints (iOS vs Android).\n\n## Adding Documentation to Your Editor\n\nCopy `public-docs/ai/llms.txt` from this repository and paste it into your AI tool as project context.\n\n## Example Prompts\n\n1. \"Using the Storyteller React Native SDK docs, help me initialize Storyteller in my app.\"\n1. \"Show a minimal `StorytellerStoriesRowView` integration and how to reload data.\"\n1. \"I need to integrate deep links. Based on the docs, where should I call `StorytellerSdk.openDeeplink(...)`?\"\n1. \"Help me customize Storyteller themes and pass them to `StorytellerSdk.setTheme(...)`.\"\n\n## Additional Resources\n\n- [Showcase app entry point](https://github.com/getstoryteller/storyteller-showcase-react-native/blob/main/Showcase/src/App.tsx#L19)\n- SDK package source in this repo: `packages/sdk/src/`\n", "copy_markdown_include_header": false, "base_path": "", "ai_dir": "ai", "missing_payload_behavior": "empty"}