docs(react-native): Update UI Kit documentation with quick references…#232
Open
harshmohan-rgb wants to merge 3 commits intomainfrom
Open
docs(react-native): Update UI Kit documentation with quick references…#232harshmohan-rgb wants to merge 3 commits intomainfrom
harshmohan-rgb wants to merge 3 commits intomainfrom
Conversation
… and examples - Add meta descriptions to components-overview and getting-started pages - Add quick reference info boxes with component links and initialization code snippets - Add security warning about Auth Key usage in production environments - Add JavaScript tab examples alongside existing TypeScript examples for initialization, login, and app setup - Add "Next Steps" section with navigation cards to Conversations and Theme pages - Rename "App.tsx" tab to "TypeScript" for consistency with new JavaScript tab - Improve developer experience with AI agent-friendly quick reference sections
…s and code examples - Add description meta tags to all React Native UI Kit documentation files - Include quick reference sections with minimal code snippets for common use cases - Add Info and Note components for better content organization and discoverability - Provide both TypeScript and JavaScript code examples for all components - Update code blocks with proper syntax highlighting (tsx/jsx instead of ts/js) - Add import statements and complete working examples to all code snippets - Bold action method names for improved readability and scannability - Improve documentation structure with consistent formatting across all 32 files - Enhance developer experience with practical, copy-paste ready code samples
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Improved React Native UI Kit v5 documentation with Quick Reference blocks, language tabs, Next Steps navigation, and other enhancements for better developer and AI agent experience.
Scope:
Files Modified
Setup & Foundation Pages (3 files)
docs/ui-kit/react-native/overview.mdxdocs/ui-kit/react-native/getting-started.mdxdocs/ui-kit/react-native/components-overview.mdxFeature Overview Pages (3 files)
docs/ui-kit/react-native/core-features.mdxdocs/ui-kit/react-native/call-features.mdxdocs/ui-kit/react-native/extensions.mdxComponent Pages - Conversations & Users (4 files)
docs/ui-kit/react-native/conversations.mdxdocs/ui-kit/react-native/users.mdxdocs/ui-kit/react-native/groups.mdxdocs/ui-kit/react-native/group-members.mdxComponent Pages - Messaging (4 files)
docs/ui-kit/react-native/message-header.mdxdocs/ui-kit/react-native/message-list.mdxdocs/ui-kit/react-native/message-composer.mdxdocs/ui-kit/react-native/threaded-messages-header.mdxComponent Pages - Calling (4 files)
docs/ui-kit/react-native/incoming-call.mdxdocs/ui-kit/react-native/outgoing-call.mdxdocs/ui-kit/react-native/call-buttons.mdxdocs/ui-kit/react-native/call-logs.mdxComponent Pages - AI & Extensions (1 file)
docs/ui-kit/react-native/ai-assistant-chat-history.mdxTheming Pages (6 files)
docs/ui-kit/react-native/theme.mdxdocs/ui-kit/react-native/colors.mdxdocs/ui-kit/react-native/component-styling.mdxdocs/ui-kit/react-native/message-bubble-styling.mdxdocs/ui-kit/react-native/localize.mdxdocs/ui-kit/react-native/sound-manager.mdxReference Pages (3 files)
docs/ui-kit/react-native/methods.mdxdocs/ui-kit/react-native/events.mdxdocs/ui-kit/react-native/property-changes.mdxGuide Pages (6 files)
docs/ui-kit/react-native/guide-ai-agent.mdxdocs/ui-kit/react-native/mentions-formatter-guide.mdxdocs/ui-kit/react-native/shortcut-formatter-guide.mdxdocs/ui-kit/react-native/multi-tab-chat-ui-guide.mdxdocs/ui-kit/react-native/expo-integration-guide.mdxdocs/ui-kit/react-native/apple-privacy-manifest-guide.mdxMigration Pages (1 file)
docs/ui-kit/react-native/upgrading-from-v4.mdxType of Change
What Was Improved
All Pages
<Info>component and "Quick Reference for AI Agents & Developers")<CardGroup cols={2}>)Component & Feature Pages Only
Setup & Reference Pages
Code Examples
##### **onError**)Navigation
What Was NOT Changed
Verification Checklist
mint dev— all pages render without errorsgit diff --stat— no files decreased in size (no accidental deletions)Summary of Improvements by Page Type