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.
Why Use AI Assistants with Documentation#
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).
Adding Documentation to Your Editor#
Copy public-docs/ai/llms.txt from this repository and paste it into your AI tool as project context.
Example Prompts#
- "Using the Storyteller React Native SDK docs, help me initialize Storyteller in my app."
- "Show a minimal
StorytellerStoriesRowViewintegration and how to reload data." - "I need to integrate deep links. Based on the docs, where should I call
StorytellerSdk.openDeeplink(...)?" - "Help me customize Storyteller themes and pass them to
StorytellerSdk.setTheme(...)."
Additional Resources#
- Showcase app entry point: https://github.com/getstoryteller/storyteller-showcase-react-native/blob/main/Showcase/src/App.tsx#L19
- SDK package source in this repo:
packages/sdk/src/