feat(webchat/integrations): add react native guide#442
Merged
chloequijano-botpress merged 4 commits intomasterfrom Apr 2, 2026
Merged
feat(webchat/integrations): add react native guide#442chloequijano-botpress merged 4 commits intomasterfrom
chloequijano-botpress merged 4 commits intomasterfrom
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
adkah
approved these changes
Apr 2, 2026
Collaborator
adkah
left a comment
There was a problem hiding this comment.
LGTM just a couple of comments!
Comment on lines
+47
to
+52
| | Path | Purpose | | ||
| |------|---------| | ||
| | **`src/botpress/getBotpressWebchat.js`** | Builds `{ html, baseUrl }` for the WebView. | | ||
| | **`src/botpress/BpWidget.js`** | WebView component and event bridge (`onMessage`); blocks marketing site navigation on close. | | ||
| | **`src/botpress/BpWidget.d.ts`** | *(Optional, TypeScript only)* Types for `BpWidget`. | | ||
| | **`src/config/botpressConfig.js`** | Webchat URLs and optional `botId`. **Step 4** shows what goes inside `export const botpressConfig = { ... }`. | |
Collaborator
There was a problem hiding this comment.
this is good as-is since you have descriptions for each file but mintlify has a pretty nice component for this
Collaborator
Author
There was a problem hiding this comment.
ohh sick yeah i forgot this existed cuz i remember seeing it in the ADK docs ~ ill try it out
Collaborator
Author
There was a problem hiding this comment.
added the tree for a visual, still liked the table for giving context tho so feel free to lmk if i should change it
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.
Add guide for embedding webchat into React Native
Demo:
