feat(react-native): Add Expo as a guide under React Native#18476
Draft
antonis wants to merge 1 commit into
Draft
feat(react-native): Add Expo as a guide under React Native#18476antonis wants to merge 1 commit into
antonis wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
3bb38ac to
5c0b4d3
Compare
Make Expo a first-class guide under the React Native platform, mirroring the Dart>Flutter and JavaScript platform grouping. The docs home page and platform selector now show a single "React Native" dropdown containing "React Native" (bare/CLI) and "Expo" as siblings, with the Expo brand icon. - Move docs/platforms/react-native/* into common/ so the platform and its guides share content (public URLs are unchanged) - Add config.yml with platformTitle to drive the dropdown grouping - Add guides/expo/index.mdx Expo getting-started landing page - Add the Expo platform icon: a local copy of the (as-yet unreleased) getsentry/platformicons svg/expo.svg, wired through PLATFORM_TO_ICON so the react-native.expo guide key resolves to it instead of the React icon Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
5c0b4d3 to
8ed1d6a
Compare
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.
DESCRIBE YOUR PR
Makes Expo a first-class guide under the React Native platform, mirroring how Dart>Flutter and the JavaScript platform are structured.
Fixes getsentry/sentry-react-native#6270.
IS YOUR CHANGE URGENT?
PRE-MERGE CHECKLIST
EXTRA RESOURCES