about summary refs log tree commit diff
path: root/src/state/shell/shell-layout.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Add displayName to contexts (#8814)Samuel Newman2025-08-141-1/+2
|
* Update Reanimated (#6126)dan2024-11-051-0/+8
| | | | | | | | | * Update Reanimated * Fix types * Fix Reanimated value access warnings * Fix types
* Sync top/bottom bar disappearance to the scroll (#1855)dan2023-11-091-0/+41
* Disable existing code that toggles shell * Make shell mode a float * Translate based on the gesture * Track header and footer heights * Add web support * Fix types and cleanup * Add back isScrolled logic * Add comments