-
Notifications
You must be signed in to change notification settings - Fork 38
feat: expo ui migration phase 1 + 2 #2592
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
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
89c6880
feat: expo ui migration phase 1 + 2 — remove useColorScheme/cn adapte…
mikib0 7766c67
chore(migration): add tracker, docs, script, biome fixes, and config
mikib0 53e8790
chore: sort root package.json fields
mikib0 82bbc90
feat(migration): add SearchOverlay for animated search experience on …
mikib0 84dae33
fix(migration): move SearchOverlay to packages/ui, restore deleted co…
mikib0 11971d3
fix(migration): absorb SearchContentContainer into overlays, restore …
mikib0 4980d59
fix(migration): improve search overlay UX and empty states
mikib0 3c0cc70
fix(types): re-export missing nativewindui components and fix useColo…
mikib0 3d5921a
fix(migration): restore weather header and SearchInput border, remove…
mikib0 c8e703d
feat(app-bar): implement Android large title header across all screens
mikib0 b8dd81b
fix(search-overlay): style Android search pill to match reference
mikib0 207df5e
fix(search-overlay): use SearchInput pill directly — remove double-wr…
mikib0 585d2f7
fix(search-overlay): use plain TextInput — remove pill, match reference
mikib0 4078d47
fix(search-overlay): use card background for content area to match re…
mikib0 55bef8a
fix(search-overlay): larger back button (26dp, neutral grey), larger …
mikib0 8ebad2e
fix(search-overlay): use grey3 for neutral icon color, increase X ico…
mikib0 b0e2afb
fix(search-overlay): swap dark mode backgrounds, use grey2 icons in d…
mikib0 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Migrated header is likely still suppressed on iOS due parent route options.
Line 133 adds
getAppBarOptions(), butapps/expo/app/(app)/_layout.tsxstill setsheaderShown: falseforcurrent-pack/[id]. Since iOS options fromgetAppBarOptions()do not setheaderShown: true, this route can keep the header hidden on iOS.Suggested fix
🤖 Prompt for AI Agents