-
Notifications
You must be signed in to change notification settings - Fork 0
deps(mobile): Expo SDK v54へのアップデートと依存関係の更新 #133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…mproved build management
…e.json for improved compatibility and functionality
…o package.json for enhanced mobile development workflow
…e.json for improved compatibility and functionality
…bile development workflow
…d configurations for a cleaner codebase
…ve deprecated bottom-sheet dependency, and adjust configurations for improved compatibility and functionality
…on 10.1.11, adjust Storybook configuration to enable based on environment variable, and improve compatibility with nativewind
|
Important Review skippedToo many files! 11 files out of 161 files are above the max files limit of 150. You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…tructuring the include array
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR upgrades the Expo SDK from v53 to v54 and updates related dependencies including Storybook to v10.1.11. The main changes include removing iOS/Android prebuild files (now .gitignored), updating Storybook imports to use webpack5-specific packages, and enabling Storybook based on environment variables.
- Updated Expo SDK and related packages to v54
- Upgraded Storybook to v10.1.11 with webpack5 imports
- Moved iOS/Android prebuild directories to .gitignore
- Changed Storybook path from
.storybook/mobileto.rnstorybook - Updated biome.json to reflect new Storybook path
Reviewed changes
Copilot reviewed 125 out of 203 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/ui/src/**/*.story.tsx | Updated Storybook imports to use @storybook/react-webpack5 |
| apps/mobile/src/**/*.story.tsx | Updated Storybook imports to use @storybook/react-webpack5 |
| packages/ui/package.json | Updated React Native and related dependencies to match Expo SDK 54 |
| packages/core/package.json | Updated React and TypeScript versions |
| apps/mobile/package.json | Updated Expo SDK, React Native, and all Expo modules to v54 |
| apps/catalog/package.json | Updated dependencies and Storybook packages to v10.1.11 |
| apps/catalog/metro.config.js | Changed Storybook config path and enabled based on env variable |
| apps/catalog/src/app/index.tsx | Updated Storybook import path to .rnstorybook |
| biome.json | Updated ignore paths for new Storybook directory structure |
| apps/mobile/.gitignore | Added /ios and /android to ignore prebuild files |
| apps/web/package.json | Updated React versions to 19.1.0 |
| ios/** & android/** | Removed prebuild files (now generated dynamically) |
Files not reviewed (2)
- apps/catalog/ios/Catalog.xcworkspace/contents.xcworkspacedata: Language not supported
- apps/mobile/ios/monaca.xcworkspace/contents.xcworkspacedata: Language not supported
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…uild scripts in package.json for improved clarity and functionality
…rray for improved clarity
⭐️ Overview(概要)
Expo SDKをv53からv54にアップデートし、関連する依存関係を更新する。プリビルドファイルの管理を改善し、Storybookとnativewindの互換性を向上させる。
📝 Changes Made(変更点)
🗺️ Scope of Impact(影響範囲)
🧪 Testing(テスト)
🚓 Related Issue(関連する問題)
🏙️ Screen Shots
なし
🔗 External URL(外部リンク)