Conversation
📝 WalkthroughWalkthroughThis pull request removes the entire Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches
🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@packages/uniwind/package.json`:
- Line 92: Update the dependency version for "@react-native/babel-preset" from
"0.84.1" to "0.83.1" in the package.json entry so it matches the workspace React
Native version (0.83.2) and stays within the supported
`@react-native/babel-preset` 0.83.x range; locate the "@react-native/babel-preset"
entry in the packages/uniwind package.json and change its version string
accordingly, then run an install to refresh lockfiles.
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 58355be2-f15c-4d9e-b82f-9c1ec23c3a50
⛔ Files ignored due to path filters (13)
apps/bare/ios/Podfile.lockis excluded by!**/*.lockapps/expo-router/assets/images/android-icon-background.pngis excluded by!**/*.pngapps/expo-router/assets/images/android-icon-foreground.pngis excluded by!**/*.pngapps/expo-router/assets/images/android-icon-monochrome.pngis excluded by!**/*.pngapps/expo-router/assets/images/favicon.pngis excluded by!**/*.pngapps/expo-router/assets/images/icon.pngis excluded by!**/*.pngapps/expo-router/assets/images/image.pngis excluded by!**/*.pngapps/expo-router/assets/images/partial-react-logo.pngis excluded by!**/*.pngapps/expo-router/assets/images/react-logo.pngis excluded by!**/*.pngapps/expo-router/assets/images/react-logo@2x.pngis excluded by!**/*.pngapps/expo-router/assets/images/react-logo@3x.pngis excluded by!**/*.pngapps/expo-router/assets/images/splash-icon.pngis excluded by!**/*.pngbun.lockis excluded by!**/*.lock
📒 Files selected for processing (48)
apps/bare/ios/bare.xcodeproj/project.pbxprojapps/expo-example/app.jsonapps/expo-example/package.jsonapps/expo-router/.gitignoreapps/expo-router/README.mdapps/expo-router/app.jsonapps/expo-router/app/_layout.tsxapps/expo-router/app/formSheets/scrollView.tsxapps/expo-router/app/formSheets/scrollViewWithFitToContents.tsxapps/expo-router/app/index.tsxapps/expo-router/app/sections/aspect-ratio.tsxapps/expo-router/app/sections/border.tsxapps/expo-router/app/sections/content-alignment.tsxapps/expo-router/app/sections/display.tsxapps/expo-router/app/sections/flex.tsxapps/expo-router/app/sections/font.tsxapps/expo-router/app/sections/glass-view.tsxapps/expo-router/app/sections/item-alignment.tsxapps/expo-router/app/sections/justify-content.tsxapps/expo-router/app/sections/margin.tsxapps/expo-router/app/sections/outline.tsxapps/expo-router/app/sections/padding.tsxapps/expo-router/app/sections/reanimated.tsxapps/expo-router/app/sections/self-alignment.tsxapps/expo-router/app/sections/text-alignment.tsxapps/expo-router/app/sections/transform.tsxapps/expo-router/app/theme-selector.tsxapps/expo-router/babel.config.jsapps/expo-router/components/icon-symbol.ios.tsxapps/expo-router/components/icon-symbol.tsxapps/expo-router/components/list.tsxapps/expo-router/components/shared.tsxapps/expo-router/components/theme-switch-button.tsxapps/expo-router/components/themed-text.tsxapps/expo-router/eas.jsonapps/expo-router/globals.cssapps/expo-router/metro.config.jsapps/expo-router/package.jsonapps/expo-router/tsconfig.jsonapps/expo-router/uniwind-types.d.tsapps/expo-router/utils/cn.tsapps/expo-router/utils/storage.tsapps/expo-router/utils/theme.tspackage.jsonpackages/uniwind/package.jsonpackages/uniwind/src/core/config/config.common.tspackages/uniwind/src/core/native/parsers/gradient.tspatches/react-native@0.83.2.patch
💤 Files with no reviewable changes (41)
- apps/expo-router/app/sections/item-alignment.tsx
- apps/expo-router/app/sections/text-alignment.tsx
- apps/expo-router/components/icon-symbol.tsx
- apps/expo-router/app/sections/display.tsx
- apps/expo-router/app/formSheets/scrollViewWithFitToContents.tsx
- apps/expo-router/metro.config.js
- apps/expo-router/utils/cn.ts
- apps/expo-router/utils/storage.ts
- apps/expo-router/app/index.tsx
- apps/expo-router/app/sections/reanimated.tsx
- apps/expo-router/babel.config.js
- apps/expo-router/app/sections/justify-content.tsx
- apps/expo-router/components/list.tsx
- apps/expo-router/uniwind-types.d.ts
- apps/expo-router/app/_layout.tsx
- apps/expo-router/app/sections/transform.tsx
- apps/expo-router/app/sections/padding.tsx
- apps/expo-router/app/sections/glass-view.tsx
- apps/expo-router/package.json
- apps/expo-router/app/sections/content-alignment.tsx
- apps/expo-router/components/theme-switch-button.tsx
- apps/expo-router/README.md
- apps/expo-router/app/sections/font.tsx
- apps/expo-example/app.json
- apps/expo-router/components/shared.tsx
- apps/expo-router/app/sections/outline.tsx
- apps/expo-router/app/formSheets/scrollView.tsx
- apps/expo-router/globals.css
- apps/expo-router/components/themed-text.tsx
- apps/expo-router/app/sections/aspect-ratio.tsx
- apps/expo-router/app/sections/margin.tsx
- apps/expo-router/app/sections/flex.tsx
- apps/expo-router/app.json
- apps/expo-router/tsconfig.json
- apps/expo-router/eas.json
- apps/expo-router/app/theme-selector.tsx
- apps/expo-router/utils/theme.ts
- apps/expo-router/app/sections/border.tsx
- apps/expo-router/.gitignore
- apps/expo-router/app/sections/self-alignment.tsx
- apps/expo-router/components/icon-symbol.ios.tsx
|
🚀 This pull request is included in v1.6.0. See Release v1.6.0 for release notes. |
Removed expo-router example, we're using different app outside this repo for major testing, expo-example is much simpler solution for quick testing inside the repo
Summary by CodeRabbit