chore: upgrade react native, expo and storybook#685
Draft
georgewrmarshall wants to merge 2 commits intomainfrom
Draft
chore: upgrade react native, expo and storybook#685georgewrmarshall wants to merge 2 commits intomainfrom
georgewrmarshall wants to merge 2 commits intomainfrom
Conversation
|
No dependency changes detected. Learn more about Socket for GitHub. 👍 No dependency changes detected in pull request |
793a046 to
493ddde
Compare
Contributor
📖 Storybook Preview |
Contributor
📖 Storybook Preview |
fcdf533 to
58f2edc
Compare
Contributor
📖 Storybook Preview |
Contributor
📖 Storybook Preview |
58f2edc to
12bd36c
Compare
Contributor
📖 Storybook Preview |
12bd36c to
dd2c993
Compare
Contributor
📖 Storybook Preview |
7 tasks
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
dd2c993 to
49a6c13
Compare
Contributor
📖 Storybook Preview |
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
This PR upgrades React Native, Expo, and Storybook dependencies for the storybook-react-native app to align with MetaMask Mobile's dependency versions and upgrade to Storybook v10.
Key Changes:
Dependency Upgrades:
react-native-safe-area-contextfrom 4.12.0 to 5.6.0react-native-gesture-handlerfrom 2.20.2 to 2.28.0@gorhom/bottom-sheetfrom 5.1.1 to 5.2.6react-native-svgfrom 15.10.1 to 15.8.0 (Expo SDK 52 compatibility)Storybook UI Workaround:
@storybook/react-native-ui-liteto fix bottom sheet menu issueMetro Configuration:
withStorybookimport to use named export (Storybook v10 API change)Babel Configuration:
react-native-reanimated/pluginas the last plugin (required for Reanimated v3)Known Issues:
SVG Rendering Errors: When using Expo Go, SVG icons throw native module initialization errors:
This is a known limitation when using custom SVG transformers with Expo Go. The error occurs because the
react-native-svgnative module doesn't properly initialize with the custom transformer configuration.Workaround Options:
npx expo prebuild)Related issues
Fixes: N/A
Related:
Manual testing steps
yarn installin the repository rootapps/storybook-react-nativeyarn storybook:iosoryarn storybook:androidScreenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
No functional changes are present in the supplied diff, so merge risk is minimal (though the PR may be missing its intended commits).
Overview
The provided diff is empty (no files changed), so there are no code or dependency updates to review in this PR based on the information available.
Written by Cursor Bugbot for commit 49a6c13. This will update automatically on new commits. Configure here.